#FAD0E9

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

Shades of Classic Rose #FAD0E9

Tints of Classic Rose #FAD0E9

Color information

#FAD0E9 (or 0xFAD0E9) is unknown color: approx Classic Rose. HEX triplet: FA, D0 and E9. RGB value is (250,208,233). Sum of RGB (Red+Green+Blue) = 250+208+233=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 208 (81.64% from 255 or 30.10% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD0E9 is #052F16. Grayscale: #DFDFDF. Windows color (decimal): -339735 or 15323386. OLE color: 15323386.

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

Color convert

RGB250208233-
CMYK00.170.070.02
HSL324.29º80.77%89.8%-
HSV(B)324.29º16.8%98.04%-
XYZ76.6971.3286.81-
YUV223.41133.41146.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 208 (81.64% from 255) = 30.10%
BLUE value IS 233 (91.41% from 255) = 33.72%
R=36.18%
G=30.10%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020823300.170.070.02324.2980.7789.8
HexFAD0E901172144515a
Octal37232035102172504121132
Binary1111101011010000111010010100011111010100010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0E9; }

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

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

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

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

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

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

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

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