Html Css Color HEX #FCE5A0 Cream Brulee

📋 copy color: '#FCE5A0'

red 252 ◦ green 229 ◦ blue 160

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

Shades of Cream Brulee #FCE5A0

Tints of Cream Brulee #FCE5A0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.73%

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

R = 39.31%
G = 35.73%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCE5A0 (or 0xFCE5A0) is known color: Cream Brulee. HEX triplet: FC, E5 and A0. RGB value is (252,229,160). Sum of RGB (Red+Green+Blue) = 252+229+160=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 160 (62.89% from 255 or 24.96% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5A0 is #031A5F. Grayscale: #E4E4E4. Windows color (decimal): -203360 or 10544636. OLE color: 10544636.

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

Color convert

RGB 252 229 160 -
CMYK 0 0.09 0.37 0.01
HSL 45º 0.94% 0.81% -
HSV(B) 45º 0.37% 0.99% -
XYZ 74.51 79.27 44.63 -
YUV 228.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 252 229 160 0 0.09 0.37 0.01 45 0.94 0.81
Hex FC E5 A0 0 9 25 1 2D 5E 51
Octal 374 345 240 0 11 45 1 55 136 121
Binary 11111100 11100101 10100000 0 1001 100101 1 101101 1011110 1010001

Color Harmonies of #FCE5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5A0

Black with #FCE5A0

Text Example


Text Example

White with #FCE5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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