#FAB9DD

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

Shades of Cotton Candy #FAB9DD

Tints of Cotton Candy #FAB9DD

Color information

#FAB9DD (or 0xFAB9DD) is unknown color: approx Cotton Candy. HEX triplet: FA, B9 and DD. RGB value is (250,185,221). Sum of RGB (Red+Green+Blue) = 250+185+221=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 185 (72.66% from 255 or 28.20% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9DD is #054622. Grayscale: #D0D0D0. Windows color (decimal): -345635 or 14531066. OLE color: 14531066.

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

Color convert

RGB250185221-
CMYK00.260.120.02
HSL326.77º86.67%85.29%-
HSV(B)326.77º26%98.04%-
XYZ69.8260.2476.35-
YUV208.54135.03157.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 185 (72.66% from 255) = 28.20%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=38.11%
G=28.20%
B=33.69%

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
Decimal25018522100.260.120.02326.7786.6785.29
HexFAB9DD01AC21475755
Octal372271335032142507127125
Binary11111010101110011101110101101011001010100011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9DD; }

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

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

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

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

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

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

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

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