#FAB6CF

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

Shades of Cotton Candy #FAB6CF

Tints of Cotton Candy #FAB6CF

Color information

#FAB6CF (or 0xFAB6CF) is unknown color: approx Cotton Candy. HEX triplet: FA, B6 and CF. RGB value is (250,182,207). Sum of RGB (Red+Green+Blue) = 250+182+207=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6CF is #054930. Grayscale: #CDCDCD. Windows color (decimal): -346417 or 13612794. OLE color: 13612794.

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

Color convert

RGB250182207-
CMYK00.270.170.02
HSL337.94º87.18%84.71%-
HSV(B)337.94º27.2%98.04%-
XYZ67.4158.2866.73-
YUV205.18129.03159.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 182 (71.48% from 255) = 28.48%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=39.12%
G=28.48%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018220700.270.170.02337.9487.1884.71
HexFAB6CF01B1121525755
Octal372266317033212522127125
Binary111110101011011011001111011011100011010101001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6CF; }

 p { color: rgb(250,182,207); }

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

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

 a { background-color: rgb(250,182,207); }

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

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

 span { border-color: rgb(250,182,207); }

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