Html Css Color HEX #FCE1A0 Cream Brulee

📋 copy color: '#FCE1A0'

red 252 ◦ green 225 ◦ blue 160

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

Shades of Cream Brulee #FCE1A0

Tints of Cream Brulee #FCE1A0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.32%

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

R = 39.56%
G = 35.32%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCE1A0 (or 0xFCE1A0) is known color: Cream Brulee. HEX triplet: FC, E1 and A0. RGB value is (252,225,160). Sum of RGB (Red+Green+Blue) = 252+225+160=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE1A0 is #031E5F. Grayscale: #E1E1E1. Windows color (decimal): -204384 or 10543612. OLE color: 10543612.

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

Color convert

RGB 252 225 160 -
CMYK 0 0.11 0.37 0.01
HSL 42.39º 0.94% 0.81% -
HSV(B) 42.39º 0.37% 0.99% -
XYZ 73.42 77.08 44.27 -
YUV 225.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 252 225 160 0 0.11 0.37 0.01 42.39 0.94 0.81
Hex FC E1 A0 0 B 25 1 2A 5E 51
Octal 374 341 240 0 13 45 1 52 136 121
Binary 11111100 11100001 10100000 0 1011 100101 1 101010 1011110 1010001

Color Harmonies of #FCE1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1A0

Black with #FCE1A0

Text Example


Text Example

White with #FCE1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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