#FAD0E8

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

Shades of Classic Rose #FAD0E8

Tints of Classic Rose #FAD0E8

Color information

#FAD0E8 (or 0xFAD0E8) is unknown color: approx Classic Rose. HEX triplet: FA, D0 and E8. RGB value is (250,208,232). Sum of RGB (Red+Green+Blue) = 250+208+232=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 208 (81.64% from 255 or 30.14% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD0E8 is #052F17. Grayscale: #DFDFDF. Windows color (decimal): -339736 or 15257850. OLE color: 15257850.

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

Color convert

RGB250208232-
CMYK00.170.070.02
HSL325.71º80.77%89.8%-
HSV(B)325.71º16.8%98.04%-
XYZ76.5571.2686.06-
YUV223.29132.91147.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 208 (81.64% from 255) = 30.14%
BLUE value IS 232 (91.02% from 255) = 33.62%
R=36.23%
G=30.14%
B=33.62%

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
Decimal25020823200.170.070.02325.7180.7789.8
HexFAD0E801172146515a
Octal37232035002172506121132
Binary1111101011010000111010000100011111010100011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0E8; }

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

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

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

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

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

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

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

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