#FABBD1

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

Shades of Cotton Candy #FABBD1

Tints of Cotton Candy #FABBD1

Color information

#FABBD1 (or 0xFABBD1) is unknown color: approx Cotton Candy. HEX triplet: FA, BB and D1. RGB value is (250,187,209). Sum of RGB (Red+Green+Blue) = 250+187+209=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBD1 is #05442E. Grayscale: #D0D0D0. Windows color (decimal): -345135 or 13745146. OLE color: 13745146.

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

Color convert

RGB250187209-
CMYK00.250.160.02
HSL339.05º86.3%85.69%-
HSV(B)339.05º25.2%98.04%-
XYZ68.760.4768.37-
YUV208.34128.37157.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 187 (73.44% from 255) = 28.95%
BLUE value IS 209 (82.03% from 255) = 32.35%
R=38.70%
G=28.95%
B=32.35%

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
Decimal25018720900.250.160.02339.0586.385.69
HexFABBD10191021535656
Octal372273321031202523126126
Binary111110101011101111010001011001100001010101001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBD1; }

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

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

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

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

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

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

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

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