#FABAD1

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

Shades of Cotton Candy #FABAD1

Tints of Cotton Candy #FABAD1

Color information

#FABAD1 (or 0xFABAD1) is unknown color: approx Cotton Candy. HEX triplet: FA, BA and D1. RGB value is (250,186,209). Sum of RGB (Red+Green+Blue) = 250+186+209=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAD1 is #05452E. Grayscale: #CFCFCF. Windows color (decimal): -345391 or 13744890. OLE color: 13744890.

HSL color Cylindrical-coordinate representation of color #FABAD1: hue angle of 338.44º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABAD1 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250186209-
CMYK00.260.160.02
HSL338.44º86.49%85.49%-
HSV(B)338.44º25.6%98.04%-
XYZ68.4960.0568.3-
YUV207.76128.7158.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 209 (82.03% from 255) = 32.40%
R=38.76%
G=28.84%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018620900.260.160.02338.4486.4985.49
HexFABAD101A1021525655
Octal372272321032202522126125
Binary111110101011101011010001011010100001010101001010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAD1; }

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

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

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

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

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

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

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

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