#FABCD3

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

Shades of Cotton Candy #FABCD3

Tints of Cotton Candy #FABCD3

Color information

#FABCD3 (or 0xFABCD3) is unknown color: approx Cotton Candy. HEX triplet: FA, BC and D3. RGB value is (250,188,211). Sum of RGB (Red+Green+Blue) = 250+188+211=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCD3 is #05432C. Grayscale: #D1D1D1. Windows color (decimal): -344877 or 13876474. OLE color: 13876474.

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

Color convert

RGB250188211-
CMYK00.250.160.02
HSL337.74º86.11%85.88%-
HSV(B)337.74º24.8%98.04%-
XYZ69.1760.9969.76-
YUV209.16129.04157.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 188 (73.83% from 255) = 28.97%
BLUE value IS 211 (82.81% from 255) = 32.51%
R=38.52%
G=28.97%
B=32.51%

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
Decimal25018821100.250.160.02337.7486.1185.88
HexFABCD30191021525656
Octal372274323031202522126126
Binary111110101011110011010011011001100001010101001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCD3; }

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

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

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

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

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

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

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

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