Html Css Color HEX #F9F0EC Rose White

📋 copy color: '#F9F0EC'

red 249 ◦ green 240 ◦ blue 236

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

Shades of Rose White #F9F0EC

Tints of Rose White #F9F0EC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.1%

 BLUE value IS 236 (92.58% from 255) = 32.55%

R = 34.34%
G = 33.1%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9F0EC (or 0xF9F0EC) is known color: Rose White. HEX triplet: F9, F0 and EC. RGB value is (249,240,236). Sum of RGB (Red+Green+Blue) = 249+240+236=725 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.34% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 236 (92.58% from 255 or 32.55% from 725); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0EC is #060F13. Grayscale: #F2F2F2. Windows color (decimal): -397076 or 15528185. OLE color: 15528185.

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

Color convert

RGB 249 240 236 -
CMYK 0 0.04 0.05 0.02
HSL 18.46º 0.52% 0.95% -
HSV(B) 18.46º 0.05% 0.98% -
XYZ 85.37 88.52 91.94 -
YUV 242.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 249 240 236 0 0.04 0.05 0.02 18.46 0.52 0.95
Hex F9 F0 EC 0 4 5 2 12 34 5F
Octal 371 360 354 0 4 5 2 22 64 137
Binary 11111001 11110000 11101100 0 100 101 10 10010 110100 1011111

Color Harmonies of #F9F0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F0EC

Black with #F9F0EC

Text Example


Text Example

White with #F9F0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F0EC; }

 p { color: rgb(249,240,236); }

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

background-color css

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

 a { background-color: rgb(249,240,236); }

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

border-color css

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

 span { border-color: rgb(249,240,236); }

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