Html Css Color HEX #FCEBBA Barley White

📋 copy color: '#FCEBBA'

red 252 ◦ green 235 ◦ blue 186

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

Shades of Barley White #FCEBBA

Tints of Barley White #FCEBBA

RGB

 RED value IS 252 (98.83% from 255) = 37.44%

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

 BLUE value IS 186 (73.05% from 255) = 27.64%

R = 37.44%
G = 34.92%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCEBBA (or 0xFCEBBA) is known color: Barley White. HEX triplet: FC, EB and BA. RGB value is (252,235,186). Sum of RGB (Red+Green+Blue) = 252+235+186=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 186 (73.05% from 255 or 27.64% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBBA is #031445. Grayscale: #EAEAEA. Windows color (decimal): -201798 or 12250108. OLE color: 12250108.

HSL color Cylindrical-coordinate representation of color #FCEBBA: hue angle of 44.55º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCEBBA is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 235 186 -
CMYK 0 0.07 0.26 0.01
HSL 44.55º 0.92% 0.86% -
HSV(B) 44.55º 0.26% 0.99% -
XYZ 78.72 83.66 58.45 -
YUV 234.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 252 235 186 0 0.07 0.26 0.01 44.55 0.92 0.86
Hex FC EB BA 0 7 1A 1 2D 5C 56
Octal 374 353 272 0 7 32 1 55 134 126
Binary 11111100 11101011 10111010 0 111 11010 1 101101 1011100 1010110

Color Harmonies of #FCEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEBBA

Black with #FCEBBA

Text Example


Text Example

White with #FCEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEBBA; }

 p { color: rgb(252,235,186); }

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

background-color css

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

 a { background-color: rgb(252,235,186); }

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

border-color css

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

 span { border-color: rgb(252,235,186); }

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