#FABBD2

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

Shades of Cotton Candy #FABBD2

Tints of Cotton Candy #FABBD2

Color information

#FABBD2 (or 0xFABBD2) is unknown color: approx Cotton Candy. HEX triplet: FA, BB and D2. RGB value is (250,187,210). Sum of RGB (Red+Green+Blue) = 250+187+210=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBD2 is #05442D. Grayscale: #D0D0D0. Windows color (decimal): -345134 or 13810682. OLE color: 13810682.

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

Color convert

RGB250187210-
CMYK00.250.160.02
HSL338.1º86.3%85.69%-
HSV(B)338.1º25.2%98.04%-
XYZ68.8360.5269.03-
YUV208.46128.87157.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 187 (73.44% from 255) = 28.90%
BLUE value IS 210 (82.42% from 255) = 32.46%
R=38.64%
G=28.90%
B=32.46%

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
Decimal25018721000.250.160.02338.186.385.69
HexFABBD20191021525656
Octal372273322031202522126126
Binary111110101011101111010010011001100001010101001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBD2; }

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

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

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

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

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

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

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

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