Html Css Color HEX #FCEABB Barley White

📋 copy color: '#FCEABB'

red 252 ◦ green 234 ◦ blue 187

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

Shades of Barley White #FCEABB

Tints of Barley White #FCEABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 27.79%

R = 37.44%
G = 34.77%
B = 27.79%

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

#FCEABB (or 0xFCEABB) is known color: Barley White. HEX triplet: FC, EA and BB. RGB value is (252,234,187). Sum of RGB (Red+Green+Blue) = 252+234+187=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 187 (73.44% from 255 or 27.79% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEABB is #031544. Grayscale: #EAEAEA. Windows color (decimal): -202053 or 12315388. OLE color: 12315388.

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

Color convert

RGB 252 234 187 -
CMYK 0 0.07 0.26 0.01
HSL 43.38º 0.92% 0.86% -
HSV(B) 43.38º 0.26% 0.99% -
XYZ 78.54 83.13 58.92 -
YUV 234.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 252 234 187 0 0.07 0.26 0.01 43.38 0.92 0.86
Hex FC EA BB 0 7 1A 1 2B 5C 56
Octal 374 352 273 0 7 32 1 53 134 126
Binary 11111100 11101010 10111011 0 111 11010 1 101011 1011100 1010110

Color Harmonies of #FCEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEABB

Black with #FCEABB

Text Example


Text Example

White with #FCEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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