#FAB6D0

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

Shades of Cotton Candy #FAB6D0

Tints of Cotton Candy #FAB6D0

Color information

#FAB6D0 (or 0xFAB6D0) is unknown color: approx Cotton Candy. HEX triplet: FA, B6 and D0. RGB value is (250,182,208). Sum of RGB (Red+Green+Blue) = 250+182+208=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6D0 is #05492F. Grayscale: #CDCDCD. Windows color (decimal): -346416 or 13678330. OLE color: 13678330.

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

Color convert

RGB250182208-
CMYK00.270.170.02
HSL337.06º87.18%84.71%-
HSV(B)337.06º27.2%98.04%-
XYZ67.5458.3367.37-
YUV205.3129.53159.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 182 (71.48% from 255) = 28.44%
BLUE value IS 208 (81.64% from 255) = 32.5%
R=39.06%
G=28.44%
B=32.5%

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
Decimal25018220800.270.170.02337.0687.1884.71
HexFAB6D001B1121515755
Octal372266320033212521127125
Binary111110101011011011010000011011100011010101000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6D0; }

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

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

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

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

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

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

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

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