Html Css Color HEX #F9C0D8 Classic Rose

📋 copy color: '#F9C0D8'

red 249 ◦ green 192 ◦ blue 216

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

Shades of Classic Rose #F9C0D8

Tints of Classic Rose #F9C0D8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.22%

 BLUE value IS 216 (84.77% from 255) = 32.88%

R = 37.9%
G = 29.22%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F9C0D8 (or 0xF9C0D8) is known color: Classic Rose. HEX triplet: F9, C0 and D8. RGB value is (249,192,216). Sum of RGB (Red+Green+Blue) = 249+192+216=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0D8 is #063F27. Grayscale: #D3D3D3. Windows color (decimal): -409384 or 14205177. OLE color: 14205177.

HSL color Cylindrical-coordinate representation of color #F9C0D8: hue angle of 334.74º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0D8 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 192 216 -
CMYK 0 0.23 0.13 0.02
HSL 334.74º 0.83% 0.86% -
HSV(B) 334.74º 0.23% 0.98% -
XYZ 70.31 62.8 73.38 -
YUV 211.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 249 192 216 0 0.23 0.13 0.02 334.74 0.83 0.86
Hex F9 C0 D8 0 17 D 2 14F 53 56
Octal 371 300 330 0 27 15 2 517 123 126
Binary 11111001 11000000 11011000 0 10111 1101 10 101001111 1010011 1010110

Color Harmonies of #F9C0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C0D8

Black with #F9C0D8

Text Example


Text Example

White with #F9C0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C0D8; }

 p { color: rgb(249,192,216); }

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

background-color css

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

 a { background-color: rgb(249,192,216); }

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

border-color css

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

 span { border-color: rgb(249,192,216); }

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