Html Css Color HEX #F9C5EC Classic Rose

📋 copy color: '#F9C5EC'

red 249 ◦ green 197 ◦ blue 236

#F9C5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F9C5EC

Tints of Classic Rose #F9C5EC

RGB

 RED value IS 249 (97.66% from 255) = 36.51%

 GREEN value IS 197 (77.34% from 255) = 28.89%

 BLUE value IS 236 (92.58% from 255) = 34.6%

R = 36.51%
G = 28.89%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9C5EC (or 0xF9C5EC) is known color: Classic Rose. HEX triplet: F9, C5 and EC. RGB value is (249,197,236). Sum of RGB (Red+Green+Blue) = 249+197+236=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 197 (77.34% from 255 or 28.89% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C5EC is #063A13. Grayscale: #D8D8D8. Windows color (decimal): -408084 or 15517177. OLE color: 15517177.

HSL color Cylindrical-coordinate representation of color #F9C5EC: hue angle of 315º degrees, saturation: 0.81, 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 #F9C5EC is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 197 236 -
CMYK 0 0.21 0.05 0.02
HSL 315º 0.81% 0.87% -
HSV(B) 315º 0.21% 0.98% -
XYZ 74.17 66.13 88.21 -
YUV 216.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 249 197 236 0 0.21 0.05 0.02 315 0.81 0.87
Hex F9 C5 EC 0 15 5 2 13B 51 57
Octal 371 305 354 0 25 5 2 473 121 127
Binary 11111001 11000101 11101100 0 10101 101 10 100111011 1010001 1010111

Color Harmonies of #F9C5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C5EC

Black with #F9C5EC

Text Example


Text Example

White with #F9C5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C5EC; }

 p { color: rgb(249,197,236); }

 H1.HeaderClassName
 {
   color: #F9C5EC;
 }
 .AnyTagClassName
 {
   color: #F9C5EC;
 }
</style>

background-color css

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

 a { background-color: rgb(249,197,236); }

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

border-color css

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

 span { border-color: rgb(249,197,236); }

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