Html Css Color HEX #F3E1B4 Barley White

📋 copy color: '#F3E1B4'

red 243 ◦ green 225 ◦ blue 180

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

Shades of Barley White #F3E1B4

Tints of Barley White #F3E1B4

RGB

 RED value IS 243 (95.31% from 255) = 37.5%

 GREEN value IS 225 (88.28% from 255) = 34.72%

 BLUE value IS 180 (70.7% from 255) = 27.78%

R = 37.5%
G = 34.72%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F3E1B4 (or 0xF3E1B4) is known color: Barley White. HEX triplet: F3, E1 and B4. RGB value is (243,225,180). Sum of RGB (Red+Green+Blue) = 243+225+180=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 180 (70.70% from 255 or 27.78% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1B4 is #0C1E4B. Grayscale: #E1E1E1. Windows color (decimal): -794188 or 11854323. OLE color: 11854323.

HSL color Cylindrical-coordinate representation of color #F3E1B4: hue angle of 42.86º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3E1B4 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 225 180 -
CMYK 0 0.07 0.26 0.05
HSL 42.86º 0.72% 0.83% -
HSV(B) 42.86º 0.26% 0.95% -
XYZ 72.13 76.2 54.09 -
YUV 225.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 243 225 180 0 0.07 0.26 0.05 42.86 0.72 0.83
Hex F3 E1 B4 0 7 1A 5 2B 48 53
Octal 363 341 264 0 7 32 5 53 110 123
Binary 11110011 11100001 10110100 0 111 11010 101 101011 1001000 1010011

Color Harmonies of #F3E1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E1B4

Black with #F3E1B4

Text Example


Text Example

White with #F3E1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E1B4; }

 p { color: rgb(243,225,180); }

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

background-color css

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

 a { background-color: rgb(243,225,180); }

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

border-color css

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

 span { border-color: rgb(243,225,180); }

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