#F9C4EE

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

Shades of Classic Rose #F9C4EE

Tints of Classic Rose #F9C4EE

Color information

#F9C4EE (or 0xF9C4EE) is unknown color: approx Classic Rose. HEX triplet: F9, C4 and EE. RGB value is (249,196,238). Sum of RGB (Red+Green+Blue) = 249+196+238=683 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.46% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C4EE is #063B11. Grayscale: #D8D8D8. Windows color (decimal): -408338 or 15647993. OLE color: 15647993.

HSL color Cylindrical-coordinate representation of color #F9C4EE: hue angle of 312.45º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C4EE is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249196238-
CMYK00.210.040.02
HSL312.45º81.54%87.25%-
HSV(B)312.45º21.29%97.65%-
XYZ74.2465.7989.68-
YUV216.64140.06151.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.46%
GREEN value IS 196 (76.95% from 255) = 28.70%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=36.46%
G=28.70%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919623800.210.040.02312.4581.5487.25
HexF9C4EE015421385257
Octal37130435602542470122127
Binary1111100111000100111011100101011001010011100010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C4EE; }

 p { color: rgb(249,196,238); }

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

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

 a { background-color: rgb(249,196,238); }

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

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

 span { border-color: rgb(249,196,238); }

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