#FABBD6

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

Shades of Cotton Candy #FABBD6

Tints of Cotton Candy #FABBD6

Color information

#FABBD6 (or 0xFABBD6) is unknown color: approx Cotton Candy. HEX triplet: FA, BB and D6. RGB value is (250,187,214). Sum of RGB (Red+Green+Blue) = 250+187+214=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBD6 is #054429. Grayscale: #D0D0D0. Windows color (decimal): -345130 or 14072826. OLE color: 14072826.

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

Color convert

RGB250187214-
CMYK00.250.140.02
HSL334.29º86.3%85.69%-
HSV(B)334.29º25.2%98.04%-
XYZ69.3360.7271.68-
YUV208.92130.87157.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 187 (73.44% from 255) = 28.73%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=38.40%
G=28.73%
B=32.87%

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
Decimal25018721400.250.140.02334.2986.385.69
HexFABBD6019E214e5656
Octal372273326031162516126126
Binary11111010101110111101011001100111101010100111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBD6; }

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

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

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

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

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

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

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

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