Html Css Color HEX #F9C7DD Classic Rose

📋 copy color: '#F9C7DD'

red 249 ◦ green 199 ◦ blue 221

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

Shades of Classic Rose #F9C7DD

Tints of Classic Rose #F9C7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.75%

 BLUE value IS 221 (86.72% from 255) = 33.03%

R = 37.22%
G = 29.75%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9C7DD (or 0xF9C7DD) is known color: Classic Rose. HEX triplet: F9, C7 and DD. RGB value is (249,199,221). Sum of RGB (Red+Green+Blue) = 249+199+221=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7DD is #063822. Grayscale: #D8D8D8. Windows color (decimal): -407587 or 14534649. OLE color: 14534649.

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

Color convert

RGB 249 199 221 -
CMYK 0 0.20 0.11 0.02
HSL 333.6º 0.81% 0.88% -
HSV(B) 333.6º 0.2% 0.98% -
XYZ 72.54 66.21 77.36 -
YUV 216.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 249 199 221 0 0.20 0.11 0.02 333.6 0.81 0.88
Hex F9 C7 DD 0 14 B 2 14E 51 58
Octal 371 307 335 0 24 13 2 516 121 130
Binary 11111001 11000111 11011101 0 10100 1011 10 101001110 1010001 1011000

Color Harmonies of #F9C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C7DD

Black with #F9C7DD

Text Example


Text Example

White with #F9C7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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