#FABBDD

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

Shades of Cotton Candy #FABBDD

Tints of Cotton Candy #FABBDD

Color information

#FABBDD (or 0xFABBDD) is unknown color: approx Cotton Candy. HEX triplet: FA, BB and DD. RGB value is (250,187,221). Sum of RGB (Red+Green+Blue) = 250+187+221=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBDD is #054422. Grayscale: #D1D1D1. Windows color (decimal): -345123 or 14531578. OLE color: 14531578.

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

Color convert

RGB250187221-
CMYK00.250.120.02
HSL327.62º86.3%85.69%-
HSV(B)327.62º25.2%98.04%-
XYZ70.2561.0976.49-
YUV209.71134.37156.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 187 (73.44% from 255) = 28.42%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=37.99%
G=28.42%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018722100.250.120.02327.6286.385.69
HexFABBDD019C21485656
Octal372273335031142510126126
Binary11111010101110111101110101100111001010100100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBDD; }

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

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

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

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

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

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

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

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