Html Css Color HEX #F9D0EE Classic Rose

📋 copy color: '#F9D0EE'

red 249 ◦ green 208 ◦ blue 238

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

Shades of Classic Rose #F9D0EE

Tints of Classic Rose #F9D0EE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.93%

 BLUE value IS 238 (93.36% from 255) = 34.24%

R = 35.83%
G = 29.93%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F9D0EE (or 0xF9D0EE) is known color: Classic Rose. HEX triplet: F9, D0 and EE. RGB value is (249,208,238). Sum of RGB (Red+Green+Blue) = 249+208+238=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 208 (81.64% from 255 or 29.93% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D0EE is #062F11. Grayscale: #DFDFDF. Windows color (decimal): -405266 or 15651065. OLE color: 15651065.

HSL color Cylindrical-coordinate representation of color #F9D0EE: hue angle of 316.1º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9D0EE is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 208 238 -
CMYK 0 0.16 0.04 0.02
HSL 316.1º 0.77% 0.9% -
HSV(B) 316.1º 0.16% 0.98% -
XYZ 77.06 71.42 90.61 -
YUV 223.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 249 208 238 0 0.16 0.04 0.02 316.1 0.77 0.9
Hex F9 D0 EE 0 10 4 2 13C 4D 5A
Octal 371 320 356 0 20 4 2 474 115 132
Binary 11111001 11010000 11101110 0 10000 100 10 100111100 1001101 1011010

Color Harmonies of #F9D0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D0EE

Black with #F9D0EE

Text Example


Text Example

White with #F9D0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D0EE; }

 p { color: rgb(249,208,238); }

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

background-color css

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

 a { background-color: rgb(249,208,238); }

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

border-color css

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

 span { border-color: rgb(249,208,238); }

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