#FABBD3

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

Shades of Cotton Candy #FABBD3

Tints of Cotton Candy #FABBD3

Color information

#FABBD3 (or 0xFABBD3) is unknown color: approx Cotton Candy. HEX triplet: FA, BB and D3. RGB value is (250,187,211). Sum of RGB (Red+Green+Blue) = 250+187+211=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBD3 is #05442C. Grayscale: #D0D0D0. Windows color (decimal): -345133 or 13876218. OLE color: 13876218.

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

Color convert

RGB250187211-
CMYK00.250.160.02
HSL337.14º86.3%85.69%-
HSV(B)337.14º25.2%98.04%-
XYZ68.9560.5769.68-
YUV208.57129.37157.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 187 (73.44% from 255) = 28.86%
BLUE value IS 211 (82.81% from 255) = 32.56%
R=38.58%
G=28.86%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018721100.250.160.02337.1486.385.69
HexFABBD30191021515656
Octal372273323031202521126126
Binary111110101011101111010011011001100001010101000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBD3; }

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

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

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

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

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

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

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

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