#FAB8D9

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

Shades of Cotton Candy #FAB8D9

Tints of Cotton Candy #FAB8D9

Color information

#FAB8D9 (or 0xFAB8D9) is unknown color: approx Cotton Candy. HEX triplet: FA, B8 and D9. RGB value is (250,184,217). Sum of RGB (Red+Green+Blue) = 250+184+217=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8D9 is #054726. Grayscale: #CFCFCF. Windows color (decimal): -345895 or 14268666. OLE color: 14268666.

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

Color convert

RGB250184217-
CMYK00.260.130.02
HSL330º86.84%85.1%-
HSV(B)330º26.4%98.04%-
XYZ69.0959.6173.51-
YUV207.5133.37158.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 184 (72.27% from 255) = 28.26%
BLUE value IS 217 (85.16% from 255) = 33.33%
R=38.40%
G=28.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018421700.260.130.0233086.8485.1
HexFAB8D901AD214a5755
Octal372270331032152512127125
Binary11111010101110001101100101101011011010100101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8D9; }

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

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

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

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

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

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

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

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