Html Css Color HEX #FBF0E2 Linen

📋 copy color: '#FBF0E2'

red 251 ◦ green 240 ◦ blue 226

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

Shades of Linen #FBF0E2

Tints of Linen #FBF0E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 31.52%

R = 35.01%
G = 33.47%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBF0E2 (or 0xFBF0E2) is known color: Linen. HEX triplet: FB, F0 and E2. RGB value is (251,240,226). Sum of RGB (Red+Green+Blue) = 251+240+226=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 226 (88.67% from 255 or 31.52% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0E2 is #040F1D. Grayscale: #F1F1F1. Windows color (decimal): -266014 or 14872827. OLE color: 14872827.

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

Color convert

RGB 251 240 226 -
CMYK 0 0.04 0.10 0.02
HSL 33.6º 0.76% 0.94% -
HSV(B) 33.6º 0.1% 0.98% -
XYZ 84.67 88.32 84.54 -
YUV 241.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 251 240 226 0 0.04 0.10 0.02 33.6 0.76 0.94
Hex FB F0 E2 0 4 A 2 22 4C 5E
Octal 373 360 342 0 4 12 2 42 114 136
Binary 11111011 11110000 11100010 0 100 1010 10 100010 1001100 1011110

Color Harmonies of #FBF0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF0E2

Black with #FBF0E2

Text Example


Text Example

White with #FBF0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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