Html Css Color HEX #FEDE94 Cream Brulee

📋 copy color: '#FEDE94'

red 254 ◦ green 222 ◦ blue 148

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

Shades of Cream Brulee #FEDE94

Tints of Cream Brulee #FEDE94

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.58%

 BLUE value IS 148 (58.2% from 255) = 23.72%

R = 40.71%
G = 35.58%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEDE94 (or 0xFEDE94) is known color: Cream Brulee. HEX triplet: FE, DE and 94. RGB value is (254,222,148). Sum of RGB (Red+Green+Blue) = 254+222+148=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE94 is #01216B. Grayscale: #DFDFDF. Windows color (decimal): -74092 or 9756414. OLE color: 9756414.

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

Color convert

RGB 254 222 148 -
CMYK 0 0.13 0.42 0.00
HSL 41.89º 0.98% 0.79% -
HSV(B) 41.89º 0.42% 1% -
XYZ 72.34 75.45 38.77 -
YUV 223.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 254 222 148 0 0.13 0.42 0.00 41.89 0.98 0.79
Hex FE DE 94 0 D 2A 0 2A 62 4F
Octal 376 336 224 0 15 52 0 52 142 117
Binary 11111110 11011110 10010100 0 1101 101010 0 101010 1100010 1001111

Color Harmonies of #FEDE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE94

Black with #FEDE94

Text Example


Text Example

White with #FEDE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE94; }

 p { color: rgb(254,222,148); }

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

background-color css

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

 a { background-color: rgb(254,222,148); }

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

border-color css

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

 span { border-color: rgb(254,222,148); }

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