#FAB9DC

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

Shades of Cotton Candy #FAB9DC

Tints of Cotton Candy #FAB9DC

Color information

#FAB9DC (or 0xFAB9DC) is unknown color: approx Cotton Candy. HEX triplet: FA, B9 and DC. RGB value is (250,185,220). Sum of RGB (Red+Green+Blue) = 250+185+220=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9DC is #054623. Grayscale: #D0D0D0. Windows color (decimal): -345636 or 14465530. OLE color: 14465530.

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

Color convert

RGB250185220-
CMYK00.260.120.02
HSL327.69º86.67%85.29%-
HSV(B)327.69º26%98.04%-
XYZ69.6960.1975.65-
YUV208.42134.53157.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 185 (72.66% from 255) = 28.24%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=38.17%
G=28.24%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018522000.260.120.02327.6986.6785.29
HexFAB9DC01AC21485755
Octal372271334032142510127125
Binary11111010101110011101110001101011001010100100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9DC; }

 p { color: rgb(250,185,220); }

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

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

 a { background-color: rgb(250,185,220); }

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

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

 span { border-color: rgb(250,185,220); }

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