#FABDD2

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

Shades of Cotton Candy #FABDD2

Tints of Cotton Candy #FABDD2

Color information

#FABDD2 (or 0xFABDD2) is unknown color: approx Cotton Candy. HEX triplet: FA, BD and D2. RGB value is (250,189,210). Sum of RGB (Red+Green+Blue) = 250+189+210=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDD2 is #05422D. Grayscale: #D1D1D1. Windows color (decimal): -344622 or 13811194. OLE color: 13811194.

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

Color convert

RGB250189210-
CMYK00.240.160.02
HSL339.34º85.92%86.08%-
HSV(B)339.34º24.4%98.04%-
XYZ69.2561.3769.17-
YUV209.63128.21156.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 189 (74.22% from 255) = 29.12%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=38.52%
G=29.12%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018921000.240.160.02339.3485.9286.08
HexFABDD20181021535656
Octal372275322030202523126126
Binary111110101011110111010010011000100001010101001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDD2; }

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

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

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

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

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

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

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

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