#FAB6CE

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

Shades of Cotton Candy #FAB6CE

Tints of Cotton Candy #FAB6CE

Color information

#FAB6CE (or 0xFAB6CE) is unknown color: approx Cotton Candy. HEX triplet: FA, B6 and CE. RGB value is (250,182,206). Sum of RGB (Red+Green+Blue) = 250+182+206=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6CE is #054931. Grayscale: #CDCDCD. Windows color (decimal): -346418 or 13547258. OLE color: 13547258.

HSL color Cylindrical-coordinate representation of color #FAB6CE: hue angle of 338.82º 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 #FAB6CE is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250182206-
CMYK00.270.180.02
HSL338.82º87.18%84.71%-
HSV(B)338.82º27.2%98.04%-
XYZ67.2958.2466.09-
YUV205.07128.53160.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 182 (71.48% from 255) = 28.53%
BLUE value IS 206 (80.86% from 255) = 32.29%
R=39.18%
G=28.53%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018220600.270.180.02338.8287.1884.71
HexFAB6CE01B1221535755
Octal372266316033222523127125
Binary111110101011011011001110011011100101010101001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6CE; }

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

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

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

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

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

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

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

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