#FAB8E0

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

Shades of Cotton Candy #FAB8E0

Tints of Cotton Candy #FAB8E0

Color information

#FAB8E0 (or 0xFAB8E0) is unknown color: approx Cotton Candy. HEX triplet: FA, B8 and E0. RGB value is (250,184,224). Sum of RGB (Red+Green+Blue) = 250+184+224=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 184 (72.27% from 255 or 27.96% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8E0 is #05471F. Grayscale: #D0D0D0. Windows color (decimal): -345888 or 14727418. OLE color: 14727418.

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

Color convert

RGB250184224-
CMYK00.260.100.02
HSL323.64º86.84%85.1%-
HSV(B)323.64º26.4%98.04%-
XYZ70.0259.9978.41-
YUV208.29136.87157.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 184 (72.27% from 255) = 27.96%
BLUE value IS 224 (87.89% from 255) = 34.04%
R=37.99%
G=27.96%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018422400.260.100.02323.6486.8485.1
HexFAB8E001AA21445755
Octal372270340032122504127125
Binary11111010101110001110000001101010101010100010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8E0; }

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

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

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

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

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

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

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

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