Html Css Color HEX #FCECBA Barley White

📋 copy color: '#FCECBA'

red 252 ◦ green 236 ◦ blue 186

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

Shades of Barley White #FCECBA

Tints of Barley White #FCECBA

RGB

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

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

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

R = 37.39%
G = 35.01%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCECBA (or 0xFCECBA) is known color: Barley White. HEX triplet: FC, EC and BA. RGB value is (252,236,186). Sum of RGB (Red+Green+Blue) = 252+236+186=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECBA is #031345. Grayscale: #EBEBEB. Windows color (decimal): -201542 or 12250364. OLE color: 12250364.

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

Color convert

RGB 252 236 186 -
CMYK 0 0.06 0.26 0.01
HSL 45.45º 0.92% 0.86% -
HSV(B) 45.45º 0.26% 0.99% -
XYZ 79 84.23 58.55 -
YUV 235.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 252 236 186 0 0.06 0.26 0.01 45.45 0.92 0.86
Hex FC EC BA 0 6 1A 1 2D 5C 56
Octal 374 354 272 0 6 32 1 55 134 126
Binary 11111100 11101100 10111010 0 110 11010 1 101101 1011100 1010110

Color Harmonies of #FCECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCECBA

Black with #FCECBA

Text Example


Text Example

White with #FCECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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