Html Css Color HEX #F9EFE3 Linen

📋 copy color: '#F9EFE3'

red 249 ◦ green 239 ◦ blue 227

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

Shades of Linen #F9EFE3

Tints of Linen #F9EFE3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.43%

 BLUE value IS 227 (89.06% from 255) = 31.75%

R = 34.83%
G = 33.43%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F9EFE3 (or 0xF9EFE3) is known color: Linen. HEX triplet: F9, EF and E3. RGB value is (249,239,227). Sum of RGB (Red+Green+Blue) = 249+239+227=715 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.83% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 227 (89.06% from 255 or 31.75% from 715); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFE3 is #06101C. Grayscale: #F0F0F0. Windows color (decimal): -397341 or 14938105. OLE color: 14938105.

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

Color convert

RGB 249 239 227 -
CMYK 0 0.04 0.09 0.02
HSL 32.73º 0.65% 0.93% -
HSV(B) 32.73º 0.09% 0.98% -
XYZ 83.8 87.42 85.13 -
YUV 240.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 249 239 227 0 0.04 0.09 0.02 32.73 0.65 0.93
Hex F9 EF E3 0 4 9 2 21 41 5D
Octal 371 357 343 0 4 11 2 41 101 135
Binary 11111001 11101111 11100011 0 100 1001 10 100001 1000001 1011101

Color Harmonies of #F9EFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EFE3

Black with #F9EFE3

Text Example


Text Example

White with #F9EFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EFE3; }

 p { color: rgb(249,239,227); }

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

background-color css

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

 a { background-color: rgb(249,239,227); }

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

border-color css

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

 span { border-color: rgb(249,239,227); }

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