#FAD2ED

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

Shades of Classic Rose #FAD2ED

Tints of Classic Rose #FAD2ED

Color information

#FAD2ED (or 0xFAD2ED) is unknown color: approx Classic Rose. HEX triplet: FA, D2 and ED. RGB value is (250,210,237). Sum of RGB (Red+Green+Blue) = 250+210+237=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 210 (82.42% from 255 or 30.13% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2ED is #052D12. Grayscale: #E0E0E0. Windows color (decimal): -339219 or 15586042. OLE color: 15586042.

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

Color convert

RGB250210237-
CMYK00.160.050.02
HSL319.5º80%90.2%-
HSV(B)319.5º16%98.04%-
XYZ77.7672.5390.02-
YUV225.04134.75145.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 210 (82.42% from 255) = 30.13%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=35.87%
G=30.13%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021023700.160.050.02319.58090.2
HexFAD2ED01052140505a
Octal37232235502052500120132
Binary1111101011010010111011010100001011010100000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2ED; }

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

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

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

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

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

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

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

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