#FAB8D1

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

Shades of Cotton Candy #FAB8D1

Tints of Cotton Candy #FAB8D1

Color information

#FAB8D1 (or 0xFAB8D1) is unknown color: approx Cotton Candy. HEX triplet: FA, B8 and D1. RGB value is (250,184,209). Sum of RGB (Red+Green+Blue) = 250+184+209=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8D1 is #05472E. Grayscale: #CECECE. Windows color (decimal): -345903 or 13744378. OLE color: 13744378.

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

Color convert

RGB250184209-
CMYK00.260.160.02
HSL337.27º86.84%85.1%-
HSV(B)337.27º26.4%98.04%-
XYZ68.0759.2168.16-
YUV206.58129.37158.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 184 (72.27% from 255) = 28.62%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=38.88%
G=28.62%
B=32.50%

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
Decimal25018420900.260.160.02337.2786.8485.1
HexFAB8D101A1021515755
Octal372270321032202521127125
Binary111110101011100011010001011010100001010101000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8D1; }

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

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

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

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

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

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

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

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