Html Css Color HEX #F9F2ED Hint Of Red

📋 copy color: '#F9F2ED'

red 249 ◦ green 242 ◦ blue 237

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

Shades of Hint Of Red #F9F2ED

Tints of Hint Of Red #F9F2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.24%

 BLUE value IS 237 (92.97% from 255) = 32.55%

R = 34.2%
G = 33.24%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9F2ED (or 0xF9F2ED) is known color: Hint Of Red. HEX triplet: F9, F2 and ED. RGB value is (249,242,237). Sum of RGB (Red+Green+Blue) = 249+242+237=728 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.20% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F2ED is #060D12. Grayscale: #F3F3F3. Windows color (decimal): -396563 or 15594233. OLE color: 15594233.

HSL color Cylindrical-coordinate representation of color #F9F2ED: hue angle of 25º degrees, saturation: 0.5, 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 #F9F2ED is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 242 237 -
CMYK 0 0.03 0.05 0.02
HSL 25º 0.5% 0.95% -
HSV(B) 25º 0.05% 0.98% -
XYZ 86.11 89.76 92.91 -
YUV 243.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 249 242 237 0 0.03 0.05 0.02 25 0.5 0.95
Hex F9 F2 ED 0 3 5 2 19 32 5F
Octal 371 362 355 0 3 5 2 31 62 137
Binary 11111001 11110010 11101101 0 11 101 10 11001 110010 1011111

Color Harmonies of #F9F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F2ED

Black with #F9F2ED

Text Example


Text Example

White with #F9F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F2ED; }

 p { color: rgb(249,242,237); }

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

background-color css

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

 a { background-color: rgb(249,242,237); }

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

border-color css

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

 span { border-color: rgb(249,242,237); }

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