#F7D3ED

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

Shades of Classic Rose #F7D3ED

Tints of Classic Rose #F7D3ED

Color information

#F7D3ED (or 0xF7D3ED) is unknown color: approx Classic Rose. HEX triplet: F7, D3 and ED. RGB value is (247,211,237). Sum of RGB (Red+Green+Blue) = 247+211+237=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 211 (82.81% from 255 or 30.36% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D3ED is #082C12. Grayscale: #E0E0E0. Windows color (decimal): -535571 or 15586295. OLE color: 15586295.

HSL color Cylindrical-coordinate representation of color #F7D3ED: hue angle of 316.67º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F7D3ED is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247211237-
CMYK00.150.040.03
HSL316.67º69.23%89.8%-
HSV(B)316.67º14.57%96.86%-
XYZ76.9472.4890.06-
YUV224.73134.93143.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.54%
GREEN value IS 211 (82.81% from 255) = 30.36%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=35.54%
G=30.36%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721123700.150.040.03316.6769.2389.8
HexF7D3ED0F4313d455a
Octal36732335501743475105132
Binary111101111101001111101101011111001110011110110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D3ED; }

 p { color: rgb(247,211,237); }

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

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

 a { background-color: rgb(247,211,237); }

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

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

 span { border-color: rgb(247,211,237); }

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