#FAB9DE

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

Shades of Cotton Candy #FAB9DE

Tints of Cotton Candy #FAB9DE

Color information

#FAB9DE (or 0xFAB9DE) is unknown color: approx Cotton Candy. HEX triplet: FA, B9 and DE. RGB value is (250,185,222). Sum of RGB (Red+Green+Blue) = 250+185+222=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9DE is #054621. Grayscale: #D0D0D0. Windows color (decimal): -345634 or 14596602. OLE color: 14596602.

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

Color convert

RGB250185222-
CMYK00.260.110.02
HSL325.85º86.67%85.29%-
HSV(B)325.85º26%98.04%-
XYZ69.9660.377.06-
YUV208.65135.53157.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 185 (72.66% from 255) = 28.16%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=38.05%
G=28.16%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018522200.260.110.02325.8586.6785.29
HexFAB9DE01AB21465755
Octal372271336032132506127125
Binary11111010101110011101111001101010111010100011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9DE; }

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

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

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

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

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

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

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

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