Html Css Color HEX #FAECBB Barley White

📋 copy color: '#FAECBB'

red 250 ◦ green 236 ◦ blue 187

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

Shades of Barley White #FAECBB

Tints of Barley White #FAECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.07%

 BLUE value IS 187 (73.44% from 255) = 27.79%

R = 37.15%
G = 35.07%
B = 27.79%

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

#FAECBB (or 0xFAECBB) is known color: Barley White. HEX triplet: FA, EC and BB. RGB value is (250,236,187). Sum of RGB (Red+Green+Blue) = 250+236+187=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 187 (73.44% from 255 or 27.79% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECBB is #051344. Grayscale: #EAEAEA. Windows color (decimal): -332613 or 12315898. OLE color: 12315898.

HSL color Cylindrical-coordinate representation of color #FAECBB: hue angle of 46.67º 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 #FAECBB is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 236 187 -
CMYK 0 0.06 0.25 0.02
HSL 46.67º 0.86% 0.86% -
HSV(B) 46.67º 0.25% 0.98% -
XYZ 78.39 83.9 59.08 -
YUV 234.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 250 236 187 0 0.06 0.25 0.02 46.67 0.86 0.86
Hex FA EC BB 0 6 19 2 2F 56 56
Octal 372 354 273 0 6 31 2 57 126 126
Binary 11111010 11101100 10111011 0 110 11001 10 101111 1010110 1010110

Color Harmonies of #FAECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECBB

Black with #FAECBB

Text Example


Text Example

White with #FAECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECBB; }

 p { color: rgb(250,236,187); }

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

background-color css

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

 a { background-color: rgb(250,236,187); }

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

border-color css

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

 span { border-color: rgb(250,236,187); }

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