Html Css Color HEX #F9F0EB Rose White

📋 copy color: '#F9F0EB'

red 249 ◦ green 240 ◦ blue 235

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

Shades of Rose White #F9F0EB

Tints of Rose White #F9F0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 32.46%

R = 34.39%
G = 33.15%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9F0EB (or 0xF9F0EB) is known color: Rose White. HEX triplet: F9, F0 and EB. RGB value is (249,240,235). Sum of RGB (Red+Green+Blue) = 249+240+235=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 235 (92.19% from 255 or 32.46% from 724); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0EB is #060F14. Grayscale: #F2F2F2. Windows color (decimal): -397077 or 15462649. OLE color: 15462649.

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

Color convert

RGB 249 240 235 -
CMYK 0 0.04 0.06 0.02
HSL 21.43º 0.54% 0.95% -
HSV(B) 21.43º 0.06% 0.98% -
XYZ 85.22 88.46 91.18 -
YUV 242.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 249 240 235 0 0.04 0.06 0.02 21.43 0.54 0.95
Hex F9 F0 EB 0 4 6 2 15 36 5F
Octal 371 360 353 0 4 6 2 25 66 137
Binary 11111001 11110000 11101011 0 100 110 10 10101 110110 1011111

Color Harmonies of #F9F0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F0EB

Black with #F9F0EB

Text Example


Text Example

White with #F9F0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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