Html Css Color HEX #FCEABC Barley White

📋 copy color: '#FCEABC'

red 252 ◦ green 234 ◦ blue 188

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

Shades of Barley White #FCEABC

Tints of Barley White #FCEABC

RGB

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

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

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

R = 37.39%
G = 34.72%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCEABC (or 0xFCEABC) is known color: Barley White. HEX triplet: FC, EA and BC. RGB value is (252,234,188). Sum of RGB (Red+Green+Blue) = 252+234+188=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 188 (73.83% from 255 or 27.89% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEABC is #031543. Grayscale: #EAEAEA. Windows color (decimal): -202052 or 12380924. OLE color: 12380924.

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

Color convert

RGB 252 234 188 -
CMYK 0 0.07 0.25 0.01
HSL 43.13º 0.91% 0.86% -
HSV(B) 43.13º 0.25% 0.99% -
XYZ 78.64 83.17 59.49 -
YUV 234.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 252 234 188 0 0.07 0.25 0.01 43.13 0.91 0.86
Hex FC EA BC 0 7 19 1 2B 5B 56
Octal 374 352 274 0 7 31 1 53 133 126
Binary 11111100 11101010 10111100 0 111 11001 1 101011 1011011 1010110

Color Harmonies of #FCEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEABC

Black with #FCEABC

Text Example


Text Example

White with #FCEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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