Html Css Color HEX #FAEABC Barley White

📋 copy color: '#FAEABC'

red 250 ◦ green 234 ◦ blue 188

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

Shades of Barley White #FAEABC

Tints of Barley White #FAEABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.82%

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

R = 37.2%
G = 34.82%
B = 27.98%

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

#FAEABC (or 0xFAEABC) is known color: Barley White. HEX triplet: FA, EA and BC. RGB value is (250,234,188). Sum of RGB (Red+Green+Blue) = 250+234+188=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 188 (73.83% from 255 or 27.98% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEABC is #051543. Grayscale: #E9E9E9. Windows color (decimal): -333124 or 12380922. OLE color: 12380922.

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

Color convert

RGB 250 234 188 -
CMYK 0 0.06 0.25 0.02
HSL 44.52º 0.86% 0.86% -
HSV(B) 44.52º 0.25% 0.98% -
XYZ 77.92 82.8 59.45 -
YUV 233.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 250 234 188 0 0.06 0.25 0.02 44.52 0.86 0.86
Hex FA EA BC 0 6 19 2 2D 56 56
Octal 372 352 274 0 6 31 2 55 126 126
Binary 11111010 11101010 10111100 0 110 11001 10 101101 1010110 1010110

Color Harmonies of #FAEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEABC

Black with #FAEABC

Text Example


Text Example

White with #FAEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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