Html Css Color HEX #FEDD94 Cream Brulee

📋 copy color: '#FEDD94'

red 254 ◦ green 221 ◦ blue 148

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

Shades of Cream Brulee #FEDD94

Tints of Cream Brulee #FEDD94

RGB

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

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

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

R = 40.77%
G = 35.47%
B = 23.76%

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

#FEDD94 (or 0xFEDD94) is known color: Cream Brulee. HEX triplet: FE, DD and 94. RGB value is (254,221,148). Sum of RGB (Red+Green+Blue) = 254+221+148=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 148 (58.20% from 255 or 23.76% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD94 is #01226B. Grayscale: #DEDEDE. Windows color (decimal): -74348 or 9756158. OLE color: 9756158.

HSL color Cylindrical-coordinate representation of color #FEDD94: hue angle of 41.32º 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 #FEDD94 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 148 -
CMYK 0 0.13 0.42 0.00
HSL 41.32º 0.98% 0.79% -
HSV(B) 41.32º 0.42% 1% -
XYZ 72.07 74.92 38.68 -
YUV 222.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 254 221 148 0 0.13 0.42 0.00 41.32 0.98 0.79
Hex FE DD 94 0 D 2A 0 29 62 4F
Octal 376 335 224 0 15 52 0 51 142 117
Binary 11111110 11011101 10010100 0 1101 101010 0 101001 1100010 1001111

Color Harmonies of #FEDD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD94

Black with #FEDD94

Text Example


Text Example

White with #FEDD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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