Html Css Color HEX #F3E2AF Barley White

📋 copy color: '#F3E2AF'

red 243 ◦ green 226 ◦ blue 175

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

Shades of Barley White #F3E2AF

Tints of Barley White #F3E2AF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.09%

 BLUE value IS 175 (68.75% from 255) = 27.17%

R = 37.73%
G = 35.09%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F3E2AF (or 0xF3E2AF) is known color: Barley White. HEX triplet: F3, E2 and AF. RGB value is (243,226,175). Sum of RGB (Red+Green+Blue) = 243+226+175=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E2AF is #0C1D50. Grayscale: #E1E1E1. Windows color (decimal): -793937 or 11526899. OLE color: 11526899.

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

Color convert

RGB 243 226 175 -
CMYK 0 0.07 0.28 0.05
HSL 45º 0.74% 0.82% -
HSV(B) 45º 0.28% 0.95% -
XYZ 71.9 76.54 51.54 -
YUV 225.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 243 226 175 0 0.07 0.28 0.05 45 0.74 0.82
Hex F3 E2 AF 0 7 1C 5 2D 4A 52
Octal 363 342 257 0 7 34 5 55 112 122
Binary 11110011 11100010 10101111 0 111 11100 101 101101 1001010 1010010

Color Harmonies of #F3E2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E2AF

Black with #F3E2AF

Text Example


Text Example

White with #F3E2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E2AF; }

 p { color: rgb(243,226,175); }

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

background-color css

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

 a { background-color: rgb(243,226,175); }

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

border-color css

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

 span { border-color: rgb(243,226,175); }

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