Html Css Color HEX #F9C8E0 Classic Rose

📋 copy color: '#F9C8E0'

red 249 ◦ green 200 ◦ blue 224

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

Shades of Classic Rose #F9C8E0

Tints of Classic Rose #F9C8E0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.72%

 BLUE value IS 224 (87.89% from 255) = 33.28%

R = 37%
G = 29.72%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9C8E0 (or 0xF9C8E0) is known color: Classic Rose. HEX triplet: F9, C8 and E0. RGB value is (249,200,224). Sum of RGB (Red+Green+Blue) = 249+200+224=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 200 (78.52% from 255 or 29.72% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8E0 is #06371F. Grayscale: #D9D9D9. Windows color (decimal): -407328 or 14731513. OLE color: 14731513.

HSL color Cylindrical-coordinate representation of color #F9C8E0: hue angle of 330.61º degrees, saturation: 0.8, 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 #F9C8E0 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 200 224 -
CMYK 0 0.20 0.10 0.02
HSL 330.61º 0.8% 0.88% -
HSV(B) 330.61º 0.2% 0.98% -
XYZ 73.18 66.83 79.56 -
YUV 217.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 249 200 224 0 0.20 0.10 0.02 330.61 0.8 0.88
Hex F9 C8 E0 0 14 A 2 14B 50 58
Octal 371 310 340 0 24 12 2 513 120 130
Binary 11111001 11001000 11100000 0 10100 1010 10 101001011 1010000 1011000

Color Harmonies of #F9C8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C8E0

Black with #F9C8E0

Text Example


Text Example

White with #F9C8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C8E0; }

 p { color: rgb(249,200,224); }

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

background-color css

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

 a { background-color: rgb(249,200,224); }

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

border-color css

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

 span { border-color: rgb(249,200,224); }

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