#FAB8E1

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

Shades of Cotton Candy #FAB8E1

Tints of Cotton Candy #FAB8E1

Color information

#FAB8E1 (or 0xFAB8E1) is unknown color: approx Cotton Candy. HEX triplet: FA, B8 and E1. RGB value is (250,184,225). Sum of RGB (Red+Green+Blue) = 250+184+225=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8E1 is #05471E. Grayscale: #D0D0D0. Windows color (decimal): -345887 or 14792954. OLE color: 14792954.

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

Color convert

RGB250184225-
CMYK00.260.100.02
HSL322.73º86.84%85.1%-
HSV(B)322.73º26.4%98.04%-
XYZ70.1660.0479.13-
YUV208.41137.37157.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 184 (72.27% from 255) = 27.92%
BLUE value IS 225 (88.28% from 255) = 34.14%
R=37.94%
G=27.92%
B=34.14%

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
Decimal25018422500.260.100.02322.7386.8485.1
HexFAB8E101AA21435755
Octal372270341032122503127125
Binary11111010101110001110000101101010101010100001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8E1; }

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

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

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

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

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

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

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

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