#FABED5

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

Shades of Cotton Candy #FABED5

Tints of Cotton Candy #FABED5

Color information

#FABED5 (or 0xFABED5) is unknown color: approx Cotton Candy. HEX triplet: FA, BE and D5. RGB value is (250,190,213). Sum of RGB (Red+Green+Blue) = 250+190+213=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FABED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABED5 is #05412A. Grayscale: #D2D2D2. Windows color (decimal): -344363 or 14008058. OLE color: 14008058.

HSL color Cylindrical-coordinate representation of color #FABED5: hue angle of 337º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABED5 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB250190213-
CMYK00.240.150.02
HSL337º85.71%86.27%-
HSV(B)337º24%98.04%-
XYZ69.8561.9671.23-
YUV210.56129.38156.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 190 (74.61% from 255) = 29.10%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=38.28%
G=29.10%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019021300.240.150.0233785.7186.27
HexFABED5018F21515656
Octal372276325030172521126126
Binary11111010101111101101010101100011111010101000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABED5; }

 p { color: rgb(250,190,213); }

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

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

 a { background-color: rgb(250,190,213); }

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

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

 span { border-color: rgb(250,190,213); }

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