#FEB6DA

Color #FEB6DA Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FEB6DA

Tints of Cotton Candy #FEB6DA

Color information

#FEB6DA (or 0xFEB6DA) is unknown color: approx Cotton Candy. HEX triplet: FE, B6 and DA. RGB value is (254,182,218). Sum of RGB (Red+Green+Blue) = 254+182+218=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6DA is #014925. Grayscale: #CFCFCF. Windows color (decimal): -84262 or 14333694. OLE color: 14333694.

HSL color Cylindrical-coordinate representation of color #FEB6DA: hue angle of 330º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6DA is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254182218-
CMYK00.280.140.00
HSL330º97.3%85.49%-
HSV(B)330º28.35%99.61%-
XYZ70.2659.5974.13-
YUV207.63133.85161.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 182 (71.48% from 255) = 27.83%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=38.84%
G=27.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418221800.280.140.0033097.385.49
HexFEB6DA01CE014a6155
Octal376266332034160512141125
Binary1111111010110110110110100111001110010100101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6DA; }

 p { color: rgb(254,182,218); }

 H1.HeaderClassName
 {
   color: #FEB6DA;
 }
 .AnyTagClassName
 {
   color: #FEB6DA;
 }
</style>
background-color css

<style>
 a { background-color: #FEB6DA; }

 a { background-color: rgb(254,182,218); }

 div.DivClassName
 {
   background-color: #FEB6DA;
 }
 .BgClassName
 {
   background-color: #FEB6DA;
 }
</style>
border-color css

<style>
 span { border-color: #FEB6DA; }

 span { border-color: rgb(254,182,218); }

 td.TdClassName
 {
   border-color: #FEB6DA;
 }
 .TagClassName
 {
   border-color: #FEB6DA;
 }
</style>