Html Css Color HEX #FCE4A0 Cream Brulee

📋 copy color: '#FCE4A0'

red 252 ◦ green 228 ◦ blue 160

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

Shades of Cream Brulee #FCE4A0

Tints of Cream Brulee #FCE4A0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.63%

 BLUE value IS 160 (62.89% from 255) = 25%

R = 39.38%
G = 35.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCE4A0 (or 0xFCE4A0) is known color: Cream Brulee. HEX triplet: FC, E4 and A0. RGB value is (252,228,160). Sum of RGB (Red+Green+Blue) = 252+228+160=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 160 (62.89% from 255 or 25% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE4A0 is #031B5F. Grayscale: #E3E3E3. Windows color (decimal): -203616 or 10544380. OLE color: 10544380.

HSL color Cylindrical-coordinate representation of color #FCE4A0: hue angle of 44.35º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCE4A0 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 228 160 -
CMYK 0 0.10 0.37 0.01
HSL 44.35º 0.94% 0.81% -
HSV(B) 44.35º 0.37% 0.99% -
XYZ 74.23 78.72 44.54 -
YUV 227.42 89.95 145.53 -
System Red Green Blue C M Y K H S L
Decimal 252 228 160 0 0.10 0.37 0.01 44.35 0.94 0.81
Hex FC E4 A0 0 A 25 1 2C 5E 51
Octal 374 344 240 0 12 45 1 54 136 121
Binary 11111100 11100100 10100000 0 1010 100101 1 101100 1011110 1010001

Color Harmonies of #FCE4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE4A0

Black with #FCE4A0

Text Example


Text Example

White with #FCE4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE4A0; }

 p { color: rgb(252,228,160); }

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

background-color css

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

 a { background-color: rgb(252,228,160); }

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

border-color css

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

 span { border-color: rgb(252,228,160); }

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