#F7D4EB

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

Shades of Classic Rose #F7D4EB

Tints of Classic Rose #F7D4EB

Color information

#F7D4EB (or 0xF7D4EB) is unknown color: approx Classic Rose. HEX triplet: F7, D4 and EB. RGB value is (247,212,235). Sum of RGB (Red+Green+Blue) = 247+212+235=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 212 (83.20% from 255 or 30.55% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D4EB is #082B14. Grayscale: #E1E1E1. Windows color (decimal): -535317 or 15455479. OLE color: 15455479.

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

Color convert

RGB247212235-
CMYK00.140.050.03
HSL320.57º68.63%90%-
HSV(B)320.57º14.17%96.86%-
XYZ76.972.8688.61-
YUV225.09133.6143.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.59%
GREEN value IS 212 (83.20% from 255) = 30.55%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=35.59%
G=30.55%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721223500.140.050.03320.5768.6390
HexF7D4EB0E53141455a
Octal36732435301653501105132
Binary111101111101010011101011011101011110100000110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D4EB; }

 p { color: rgb(247,212,235); }

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

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

 a { background-color: rgb(247,212,235); }

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

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

 span { border-color: rgb(247,212,235); }

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