#FAB5CD

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

Shades of Cotton Candy #FAB5CD

Tints of Cotton Candy #FAB5CD

Color information

#FAB5CD (or 0xFAB5CD) is unknown color: approx Cotton Candy. HEX triplet: FA, B5 and CD. RGB value is (250,181,205). Sum of RGB (Red+Green+Blue) = 250+181+205=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5CD is #054A32. Grayscale: #CCCCCC. Windows color (decimal): -346675 or 13481466. OLE color: 13481466.

HSL color Cylindrical-coordinate representation of color #FAB5CD: hue angle of 339.13º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5CD is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250181205-
CMYK00.280.180.02
HSL339.13º87.34%84.51%-
HSV(B)339.13º27.6%98.04%-
XYZ66.9757.7865.38-
YUV204.37128.36160.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 181 (71.09% from 255) = 28.46%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=39.31%
G=28.46%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018120500.280.180.02339.1387.3484.51
HexFAB5CD01C1221535755
Octal372265315034222523127125
Binary111110101011010111001101011100100101010101001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB5CD; }

 p { color: rgb(250,181,205); }

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

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

 a { background-color: rgb(250,181,205); }

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

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

 span { border-color: rgb(250,181,205); }

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