Html Css Color HEX #FDE4A1 Cream Brulee

📋 copy color: '#FDE4A1'

red 253 ◦ green 228 ◦ blue 161

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

Shades of Cream Brulee #FDE4A1

Tints of Cream Brulee #FDE4A1

RGB

 RED value IS 253 (99.22% from 255) = 39.41%

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

 BLUE value IS 161 (63.28% from 255) = 25.08%

R = 39.41%
G = 35.51%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDE4A1 (or 0xFDE4A1) is known color: Cream Brulee. HEX triplet: FD, E4 and A1. RGB value is (253,228,161). Sum of RGB (Red+Green+Blue) = 253+228+161=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 161 (63.28% from 255 or 25.08% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE4A1 is #021B5E. Grayscale: #E4E4E4. Windows color (decimal): -138079 or 10609917. OLE color: 10609917.

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

Color convert

RGB 253 228 161 -
CMYK 0 0.10 0.36 0.01
HSL 43.7º 0.96% 0.81% -
HSV(B) 43.7º 0.36% 0.99% -
XYZ 74.68 78.94 45.02 -
YUV 227.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 253 228 161 0 0.10 0.36 0.01 43.7 0.96 0.81
Hex FD E4 A1 0 A 24 1 2C 60 51
Octal 375 344 241 0 12 44 1 54 140 121
Binary 11111101 11100100 10100001 0 1010 100100 1 101100 1100000 1010001

Color Harmonies of #FDE4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE4A1

Black with #FDE4A1

Text Example


Text Example

White with #FDE4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE4A1; }

 p { color: rgb(253,228,161); }

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

background-color css

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

 a { background-color: rgb(253,228,161); }

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

border-color css

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

 span { border-color: rgb(253,228,161); }

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