Html Css Color HEX #F9C9E5 Classic Rose

📋 copy color: '#F9C9E5'

red 249 ◦ green 201 ◦ blue 229

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

Shades of Classic Rose #F9C9E5

Tints of Classic Rose #F9C9E5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.6%

 BLUE value IS 229 (89.84% from 255) = 33.73%

R = 36.67%
G = 29.6%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9C9E5 (or 0xF9C9E5) is known color: Classic Rose. HEX triplet: F9, C9 and E5. RGB value is (249,201,229). Sum of RGB (Red+Green+Blue) = 249+201+229=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C9E5 is #06361A. Grayscale: #DADADA. Windows color (decimal): -407067 or 15059449. OLE color: 15059449.

HSL color Cylindrical-coordinate representation of color #F9C9E5: hue angle of 325º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9C9E5 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 201 229 -
CMYK 0 0.19 0.08 0.02
HSL 325º 0.8% 0.88% -
HSV(B) 325º 0.19% 0.98% -
XYZ 74.1 67.57 83.27 -
YUV 218.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 249 201 229 0 0.19 0.08 0.02 325 0.8 0.88
Hex F9 C9 E5 0 13 8 2 145 50 58
Octal 371 311 345 0 23 10 2 505 120 130
Binary 11111001 11001001 11100101 0 10011 1000 10 101000101 1010000 1011000

Color Harmonies of #F9C9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C9E5

Black with #F9C9E5

Text Example


Text Example

White with #F9C9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C9E5; }

 p { color: rgb(249,201,229); }

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

background-color css

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

 a { background-color: rgb(249,201,229); }

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

border-color css

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

 span { border-color: rgb(249,201,229); }

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