Html Css Color HEX #FEDD96 Cream Brulee

📋 copy color: '#FEDD96'

red 254 ◦ green 221 ◦ blue 150

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

Shades of Cream Brulee #FEDD96

Tints of Cream Brulee #FEDD96

RGB

 RED value IS 254 (99.61% from 255) = 40.64%

 GREEN value IS 221 (86.72% from 255) = 35.36%

 BLUE value IS 150 (58.98% from 255) = 24%

R = 40.64%
G = 35.36%
B = 24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEDD96 (or 0xFEDD96) is known color: Cream Brulee. HEX triplet: FE, DD and 96. RGB value is (254,221,150). Sum of RGB (Red+Green+Blue) = 254+221+150=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 150 (58.98% from 255 or 24% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD96 is #012269. Grayscale: #DFDFDF. Windows color (decimal): -74346 or 9887230. OLE color: 9887230.

HSL color Cylindrical-coordinate representation of color #FEDD96: hue angle of 40.96º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEDD96 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 150 -
CMYK 0 0.13 0.41 0.00
HSL 40.96º 0.98% 0.79% -
HSV(B) 40.96º 0.41% 1% -
XYZ 72.23 74.99 39.52 -
YUV 222.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 254 221 150 0 0.13 0.41 0.00 40.96 0.98 0.79
Hex FE DD 96 0 D 29 0 29 62 4F
Octal 376 335 226 0 15 51 0 51 142 117
Binary 11111110 11011101 10010110 0 1101 101001 0 101001 1100010 1001111

Color Harmonies of #FEDD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD96

Black with #FEDD96

Text Example


Text Example

White with #FEDD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD96; }

 p { color: rgb(254,221,150); }

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

background-color css

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

 a { background-color: rgb(254,221,150); }

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

border-color css

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

 span { border-color: rgb(254,221,150); }

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