Html Css Color HEX #FAEBBC Barley White

📋 copy color: '#FAEBBC'

red 250 ◦ green 235 ◦ blue 188

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

Shades of Barley White #FAEBBC

Tints of Barley White #FAEBBC

RGB

 RED value IS 250 (98.05% from 255) = 37.15%

 GREEN value IS 235 (92.19% from 255) = 34.92%

 BLUE value IS 188 (73.83% from 255) = 27.93%

R = 37.15%
G = 34.92%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAEBBC (or 0xFAEBBC) is known color: Barley White. HEX triplet: FA, EB and BC. RGB value is (250,235,188). Sum of RGB (Red+Green+Blue) = 250+235+188=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 188 (73.83% from 255 or 27.93% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBBC is #051443. Grayscale: #EAEAEA. Windows color (decimal): -332868 or 12381178. OLE color: 12381178.

HSL color Cylindrical-coordinate representation of color #FAEBBC: hue angle of 45.48º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAEBBC is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 235 188 -
CMYK 0 0.06 0.25 0.02
HSL 45.48º 0.86% 0.86% -
HSV(B) 45.48º 0.25% 0.98% -
XYZ 78.21 83.37 59.55 -
YUV 234.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 250 235 188 0 0.06 0.25 0.02 45.48 0.86 0.86
Hex FA EB BC 0 6 19 2 2D 56 56
Octal 372 353 274 0 6 31 2 55 126 126
Binary 11111010 11101011 10111100 0 110 11001 10 101101 1010110 1010110

Color Harmonies of #FAEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBBC

Black with #FAEBBC

Text Example


Text Example

White with #FAEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBBC; }

 p { color: rgb(250,235,188); }

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

background-color css

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

 a { background-color: rgb(250,235,188); }

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

border-color css

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

 span { border-color: rgb(250,235,188); }

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