#FABADD

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

Shades of Cotton Candy #FABADD

Tints of Cotton Candy #FABADD

Color information

#FABADD (or 0xFABADD) is unknown color: approx Cotton Candy. HEX triplet: FA, BA and DD. RGB value is (250,186,221). Sum of RGB (Red+Green+Blue) = 250+186+221=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FABADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABADD is #054522. Grayscale: #D1D1D1. Windows color (decimal): -345379 or 14531322. OLE color: 14531322.

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

Color convert

RGB250186221-
CMYK00.260.120.02
HSL327.19º86.49%85.49%-
HSV(B)327.19º25.6%98.04%-
XYZ70.0360.6676.42-
YUV209.13134.7157.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 186 (73.05% from 255) = 28.31%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=38.05%
G=28.31%
B=33.64%

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
Decimal25018622100.260.120.02327.1986.4985.49
HexFABADD01AC21475655
Octal372272335032142507126125
Binary11111010101110101101110101101011001010100011110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABADD; }

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

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

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

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

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

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

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

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