Html Css Color HEX #FBF2E9 Linen

📋 copy color: '#FBF2E9'

red 251 ◦ green 242 ◦ blue 233

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

Shades of Linen #FBF2E9

Tints of Linen #FBF2E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 32.09%

R = 34.57%
G = 33.33%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBF2E9 (or 0xFBF2E9) is known color: Linen. HEX triplet: FB, F2 and E9. RGB value is (251,242,233). Sum of RGB (Red+Green+Blue) = 251+242+233=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 242 (94.92% from 255 or 33.33% from 726); Blue value is 233 (91.41% from 255 or 32.09% from 726); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF2E9 is #040D16. Grayscale: #F3F3F3. Windows color (decimal): -265495 or 15332091. OLE color: 15332091.

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

Color convert

RGB 251 242 233 -
CMYK 0 0.04 0.07 0.02
HSL 30º 0.69% 0.95% -
HSV(B) 30º 0.07% 0.98% -
XYZ 86.24 89.9 89.9 -
YUV 243.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 251 242 233 0 0.04 0.07 0.02 30 0.69 0.95
Hex FB F2 E9 0 4 7 2 1E 45 5F
Octal 373 362 351 0 4 7 2 36 105 137
Binary 11111011 11110010 11101001 0 100 111 10 11110 1000101 1011111

Color Harmonies of #FBF2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2E9

Black with #FBF2E9

Text Example


Text Example

White with #FBF2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2E9; }

 p { color: rgb(251,242,233); }

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

background-color css

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

 a { background-color: rgb(251,242,233); }

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

border-color css

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

 span { border-color: rgb(251,242,233); }

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