#FABBDE

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

Shades of Cotton Candy #FABBDE

Tints of Cotton Candy #FABBDE

Color information

#FABBDE (or 0xFABBDE) is unknown color: approx Cotton Candy. HEX triplet: FA, BB and DE. RGB value is (250,187,222). Sum of RGB (Red+Green+Blue) = 250+187+222=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBDE is #054421. Grayscale: #D1D1D1. Windows color (decimal): -345122 or 14597114. OLE color: 14597114.

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

Color convert

RGB250187222-
CMYK00.250.110.02
HSL326.67º86.3%85.69%-
HSV(B)326.67º25.2%98.04%-
XYZ70.3861.1477.2-
YUV209.83134.87156.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 187 (73.44% from 255) = 28.38%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=37.94%
G=28.38%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018722200.250.110.02326.6786.385.69
HexFABBDE019B21475656
Octal372273336031132507126126
Binary11111010101110111101111001100110111010100011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBDE; }

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

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

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

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

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

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

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

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