#FABAD8

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

Shades of Cotton Candy #FABAD8

Tints of Cotton Candy #FABAD8

Color information

#FABAD8 (or 0xFABAD8) is unknown color: approx Cotton Candy. HEX triplet: FA, BA and D8. RGB value is (250,186,216). Sum of RGB (Red+Green+Blue) = 250+186+216=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAD8 is #054527. Grayscale: #D0D0D0. Windows color (decimal): -345384 or 14203642. OLE color: 14203642.

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

Color convert

RGB250186216-
CMYK00.260.140.02
HSL331.88º86.49%85.49%-
HSV(B)331.88º25.6%98.04%-
XYZ69.3860.472.97-
YUV208.56132.2157.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 186 (73.05% from 255) = 28.53%
BLUE value IS 216 (84.77% from 255) = 33.13%
R=38.34%
G=28.53%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018621600.260.140.02331.8886.4985.49
HexFABAD801AE214c5655
Octal372272330032162514126125
Binary11111010101110101101100001101011101010100110010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAD8; }

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

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

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

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

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

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

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

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