#FABCDE

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

Shades of Cotton Candy #FABCDE

Tints of Cotton Candy #FABCDE

Color information

#FABCDE (or 0xFABCDE) is unknown color: approx Cotton Candy. HEX triplet: FA, BC and DE. RGB value is (250,188,222). Sum of RGB (Red+Green+Blue) = 250+188+222=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCDE is #054321. Grayscale: #D2D2D2. Windows color (decimal): -344866 or 14597370. OLE color: 14597370.

HSL color Cylindrical-coordinate representation of color #FABCDE: hue angle of 327.1º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABCDE is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250188222-
CMYK00.250.110.02
HSL327.1º86.11%85.88%-
HSV(B)327.1º24.8%98.04%-
XYZ70.5961.5677.27-
YUV210.41134.54156.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 188 (73.83% from 255) = 28.48%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=37.88%
G=28.48%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018822200.250.110.02327.186.1185.88
HexFABCDE019B21475656
Octal372274336031132507126126
Binary11111010101111001101111001100110111010100011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCDE; }

 p { color: rgb(250,188,222); }

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

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

 a { background-color: rgb(250,188,222); }

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

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

 span { border-color: rgb(250,188,222); }

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