#FABADE

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

Shades of Cotton Candy #FABADE

Tints of Cotton Candy #FABADE

Color information

#FABADE (or 0xFABADE) is unknown color: approx Cotton Candy. HEX triplet: FA, BA and DE. RGB value is (250,186,222). Sum of RGB (Red+Green+Blue) = 250+186+222=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FABADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABADE is #054521. Grayscale: #D1D1D1. Windows color (decimal): -345378 or 14596858. OLE color: 14596858.

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

Color convert

RGB250186222-
CMYK00.260.110.02
HSL326.25º86.49%85.49%-
HSV(B)326.25º25.6%98.04%-
XYZ70.1760.7277.13-
YUV209.24135.2157.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 186 (73.05% from 255) = 28.27%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=37.99%
G=28.27%
B=33.74%

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
Decimal25018622200.260.110.02326.2586.4985.49
HexFABADE01AB21465655
Octal372272336032132506126125
Binary11111010101110101101111001101010111010100011010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABADE; }

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

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

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

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

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

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

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

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