Html Css Color HEX #FCEABA Barley White

📋 copy color: '#FCEABA'

red 252 ◦ green 234 ◦ blue 186

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

Shades of Barley White #FCEABA

Tints of Barley White #FCEABA

RGB

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

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

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

R = 37.5%
G = 34.82%
B = 27.68%

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

#FCEABA (or 0xFCEABA) is known color: Barley White. HEX triplet: FC, EA and BA. RGB value is (252,234,186). Sum of RGB (Red+Green+Blue) = 252+234+186=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 186 (73.05% from 255 or 27.68% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEABA is #031545. Grayscale: #EAEAEA. Windows color (decimal): -202054 or 12249852. OLE color: 12249852.

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

Color convert

RGB 252 234 186 -
CMYK 0 0.07 0.26 0.01
HSL 43.64º 0.92% 0.86% -
HSV(B) 43.64º 0.26% 0.99% -
XYZ 78.43 83.09 58.36 -
YUV 233.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 252 234 186 0 0.07 0.26 0.01 43.64 0.92 0.86
Hex FC EA BA 0 7 1A 1 2C 5C 56
Octal 374 352 272 0 7 32 1 54 134 126
Binary 11111100 11101010 10111010 0 111 11010 1 101100 1011100 1010110

Color Harmonies of #FCEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEABA

Black with #FCEABA

Text Example


Text Example

White with #FCEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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