#FAD0ED

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

Shades of Classic Rose #FAD0ED

Tints of Classic Rose #FAD0ED

Color information

#FAD0ED (or 0xFAD0ED) is unknown color: approx Classic Rose. HEX triplet: FA, D0 and ED. RGB value is (250,208,237). Sum of RGB (Red+Green+Blue) = 250+208+237=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 208 (81.64% from 255 or 29.93% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD0ED is #052F12. Grayscale: #DFDFDF. Windows color (decimal): -339731 or 15585530. OLE color: 15585530.

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

Color convert

RGB250208237-
CMYK00.170.050.02
HSL318.57º80.77%89.8%-
HSV(B)318.57º16.8%98.04%-
XYZ77.2771.5589.86-
YUV223.86135.41146.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 208 (81.64% from 255) = 29.93%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=35.97%
G=29.93%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020823700.170.050.02318.5780.7789.8
HexFAD0ED0115213f515a
Octal37232035502152477121132
Binary1111101011010000111011010100011011010011111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0ED; }

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

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

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

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

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

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

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

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