#FAB8DE

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

Shades of Cotton Candy #FAB8DE

Tints of Cotton Candy #FAB8DE

Color information

#FAB8DE (or 0xFAB8DE) is unknown color: approx Cotton Candy. HEX triplet: FA, B8 and DE. RGB value is (250,184,222). Sum of RGB (Red+Green+Blue) = 250+184+222=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 184 (72.27% from 255 or 28.05% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8DE is #054721. Grayscale: #CFCFCF. Windows color (decimal): -345890 or 14596346. OLE color: 14596346.

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

Color convert

RGB250184222-
CMYK00.260.110.02
HSL325.45º86.84%85.1%-
HSV(B)325.45º26.4%98.04%-
XYZ69.7559.8876.99-
YUV208.07135.87157.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 184 (72.27% from 255) = 28.05%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=38.11%
G=28.05%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018422200.260.110.02325.4586.8485.1
HexFAB8DE01AB21455755
Octal372270336032132505127125
Binary11111010101110001101111001101010111010100010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8DE; }

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

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

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

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

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

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

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

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