#FABBD8

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

Shades of Cotton Candy #FABBD8

Tints of Cotton Candy #FABBD8

Color information

#FABBD8 (or 0xFABBD8) is unknown color: approx Cotton Candy. HEX triplet: FA, BB and D8. RGB value is (250,187,216). Sum of RGB (Red+Green+Blue) = 250+187+216=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBD8 is #054427. Grayscale: #D1D1D1. Windows color (decimal): -345128 or 14203898. OLE color: 14203898.

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

Color convert

RGB250187216-
CMYK00.250.140.02
HSL332.38º86.3%85.69%-
HSV(B)332.38º25.2%98.04%-
XYZ69.5960.8273.04-
YUV209.14131.87157.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 216 (84.77% from 255) = 33.08%
R=38.28%
G=28.64%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018721600.250.140.02332.3886.385.69
HexFABBD8019E214c5656
Octal372273330031162514126126
Binary11111010101110111101100001100111101010100110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBD8; }

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

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

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

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

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

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

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

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