#F9C7EB

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

Shades of Classic Rose #F9C7EB

Tints of Classic Rose #F9C7EB

Color information

#F9C7EB (or 0xF9C7EB) is unknown color: approx Classic Rose. HEX triplet: F9, C7 and EB. RGB value is (249,199,235). Sum of RGB (Red+Green+Blue) = 249+199+235=683 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.46% from 683); Green value is 199 (78.12% from 255 or 29.14% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C7EB is #063814. Grayscale: #D9D9D9. Windows color (decimal): -407573 or 15452153. OLE color: 15452153.

HSL color Cylindrical-coordinate representation of color #F9C7EB: hue angle of 316.8º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C7EB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249199235-
CMYK00.200.060.02
HSL316.8º80.65%87.84%-
HSV(B)316.8º20.08%97.65%-
XYZ74.4966.9887.6-
YUV218.05137.56150.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.46%
GREEN value IS 199 (78.12% from 255) = 29.14%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=36.46%
G=29.14%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919923500.200.060.02316.880.6587.84
HexF9C7EB0146213d5158
Octal37130735302462475121130
Binary1111100111000111111010110101001101010011110110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C7EB; }

 p { color: rgb(249,199,235); }

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

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

 a { background-color: rgb(249,199,235); }

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

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

 span { border-color: rgb(249,199,235); }

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