#FAD0EC

Color #FAD0EC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FAD0EC

Tints of Classic Rose #FAD0EC

Color information

#FAD0EC (or 0xFAD0EC) is unknown color: approx Classic Rose. HEX triplet: FA, D0 and EC. RGB value is (250,208,236). Sum of RGB (Red+Green+Blue) = 250+208+236=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 208 (81.64% from 255 or 29.97% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD0EC is #052F13. Grayscale: #DFDFDF. Windows color (decimal): -339732 or 15519994. OLE color: 15519994.

HSL color Cylindrical-coordinate representation of color #FAD0EC: hue angle of 320º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD0EC is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250208236-
CMYK00.170.060.02
HSL320º80.77%89.8%-
HSV(B)320º16.8%98.04%-
XYZ77.1271.4989.09-
YUV223.75134.91146.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 208 (81.64% from 255) = 29.97%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=36.02%
G=29.97%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020823600.170.060.0232080.7789.8
HexFAD0EC01162140515a
Octal37232035402162500121132
Binary1111101011010000111011000100011101010100000010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0EC; }

 p { color: rgb(250,208,236); }

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

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

 a { background-color: rgb(250,208,236); }

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

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

 span { border-color: rgb(250,208,236); }

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