#FAB9D7

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

Shades of Cotton Candy #FAB9D7

Tints of Cotton Candy #FAB9D7

Color information

#FAB9D7 (or 0xFAB9D7) is unknown color: approx Cotton Candy. HEX triplet: FA, B9 and D7. RGB value is (250,185,215). Sum of RGB (Red+Green+Blue) = 250+185+215=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9D7 is #054628. Grayscale: #CFCFCF. Windows color (decimal): -345641 or 14137850. OLE color: 14137850.

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

Color convert

RGB250185215-
CMYK00.260.140.02
HSL332.31º86.67%85.29%-
HSV(B)332.31º26%98.04%-
XYZ69.0459.9372.22-
YUV207.86132.03158.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 185 (72.66% from 255) = 28.46%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=38.46%
G=28.46%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018521500.260.140.02332.3186.6785.29
HexFAB9D701AE214c5755
Octal372271327032162514127125
Binary11111010101110011101011101101011101010100110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9D7; }

 p { color: rgb(250,185,215); }

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

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

 a { background-color: rgb(250,185,215); }

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

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

 span { border-color: rgb(250,185,215); }

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