Html Css Color HEX #FBEFE3 Linen

📋 copy color: '#FBEFE3'

red 251 ◦ green 239 ◦ blue 227

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

Shades of Linen #FBEFE3

Tints of Linen #FBEFE3

RGB

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

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

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

R = 35.01%
G = 33.33%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBEFE3 (or 0xFBEFE3) is known color: Linen. HEX triplet: FB, EF and E3. RGB value is (251,239,227). Sum of RGB (Red+Green+Blue) = 251+239+227=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 227 (89.06% from 255 or 31.66% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFE3 is #04101C. Grayscale: #F1F1F1. Windows color (decimal): -266269 or 14938107. OLE color: 14938107.

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

Color convert

RGB 251 239 227 -
CMYK 0 0.05 0.10 0.02
HSL 30º 0.75% 0.94% -
HSV(B) 30º 0.1% 0.98% -
XYZ 84.52 87.79 85.16 -
YUV 241.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 251 239 227 0 0.05 0.10 0.02 30 0.75 0.94
Hex FB EF E3 0 5 A 2 1E 4B 5E
Octal 373 357 343 0 5 12 2 36 113 136
Binary 11111011 11101111 11100011 0 101 1010 10 11110 1001011 1011110

Color Harmonies of #FBEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEFE3

Black with #FBEFE3

Text Example


Text Example

White with #FBEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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