Html Css Color HEX #FBF0E5 Linen

📋 copy color: '#FBF0E5'

red 251 ◦ green 240 ◦ blue 229

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

Shades of Linen #FBF0E5

Tints of Linen #FBF0E5

RGB

 RED value IS 251 (98.44% from 255) = 34.86%

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

 BLUE value IS 229 (89.84% from 255) = 31.81%

R = 34.86%
G = 33.33%
B = 31.81%

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

#FBF0E5 (or 0xFBF0E5) is known color: Linen. HEX triplet: FB, F0 and E5. RGB value is (251,240,229). Sum of RGB (Red+Green+Blue) = 251+240+229=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 229 (89.84% from 255 or 31.81% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0E5 is #040F1A. Grayscale: #F2F2F2. Windows color (decimal): -266011 or 15069435. OLE color: 15069435.

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

Color convert

RGB 251 240 229 -
CMYK 0 0.04 0.09 0.02
HSL 30º 0.73% 0.94% -
HSV(B) 30º 0.09% 0.98% -
XYZ 85.09 88.49 86.72 -
YUV 242.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 251 240 229 0 0.04 0.09 0.02 30 0.73 0.94
Hex FB F0 E5 0 4 9 2 1E 49 5E
Octal 373 360 345 0 4 11 2 36 111 136
Binary 11111011 11110000 11100101 0 100 1001 10 11110 1001001 1011110

Color Harmonies of #FBF0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF0E5

Black with #FBF0E5

Text Example


Text Example

White with #FBF0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF0E5; }

 p { color: rgb(251,240,229); }

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

background-color css

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

 a { background-color: rgb(251,240,229); }

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

border-color css

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

 span { border-color: rgb(251,240,229); }

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