#FABDD9

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

Shades of Cotton Candy #FABDD9

Tints of Cotton Candy #FABDD9

Color information

#FABDD9 (or 0xFABDD9) is unknown color: approx Cotton Candy. HEX triplet: FA, BD and D9. RGB value is (250,189,217). Sum of RGB (Red+Green+Blue) = 250+189+217=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDD9 is #054226. Grayscale: #D2D2D2. Windows color (decimal): -344615 or 14269946. OLE color: 14269946.

HSL color Cylindrical-coordinate representation of color #FABDD9: hue angle of 332.46º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABDD9 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250189217-
CMYK00.240.130.02
HSL332.46º85.92%86.08%-
HSV(B)332.46º24.4%98.04%-
XYZ70.1561.7373.86-
YUV210.43131.71156.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 189 (74.22% from 255) = 28.81%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=38.11%
G=28.81%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018921700.240.130.02332.4685.9286.08
HexFABDD9018D214c5656
Octal372275331030152514126126
Binary11111010101111011101100101100011011010100110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDD9; }

 p { color: rgb(250,189,217); }

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

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

 a { background-color: rgb(250,189,217); }

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

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

 span { border-color: rgb(250,189,217); }

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