#FAB8CE

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

Shades of Cotton Candy #FAB8CE

Tints of Cotton Candy #FAB8CE

Color information

#FAB8CE (or 0xFAB8CE) is unknown color: approx Cotton Candy. HEX triplet: FA, B8 and CE. RGB value is (250,184,206). Sum of RGB (Red+Green+Blue) = 250+184+206=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8CE is #054731. Grayscale: #CECECE. Windows color (decimal): -345906 or 13547770. OLE color: 13547770.

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

Color convert

RGB250184206-
CMYK00.260.180.02
HSL340º86.84%85.1%-
HSV(B)340º26.4%98.04%-
XYZ67.7159.0666.22-
YUV206.24127.87159.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 184 (72.27% from 255) = 28.75%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=39.06%
G=28.75%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018420600.260.180.0234086.8485.1
HexFAB8CE01A1221545755
Octal372270316032222524127125
Binary111110101011100011001110011010100101010101010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8CE; }

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

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

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

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

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

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

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

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