Html Css Color HEX #FEDF94 Cream Brulee

📋 copy color: '#FEDF94'

red 254 ◦ green 223 ◦ blue 148

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

Shades of Cream Brulee #FEDF94

Tints of Cream Brulee #FEDF94

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.68%

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

R = 40.64%
G = 35.68%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEDF94 (or 0xFEDF94) is known color: Cream Brulee. HEX triplet: FE, DF and 94. RGB value is (254,223,148). Sum of RGB (Red+Green+Blue) = 254+223+148=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 148 (58.20% from 255 or 23.68% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF94 is #01206B. Grayscale: #E0E0E0. Windows color (decimal): -73836 or 9756670. OLE color: 9756670.

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

Color convert

RGB 254 223 148 -
CMYK 0 0.12 0.42 0.00
HSL 42.45º 0.98% 0.79% -
HSV(B) 42.45º 0.42% 1% -
XYZ 72.61 75.98 38.86 -
YUV 223.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 254 223 148 0 0.12 0.42 0.00 42.45 0.98 0.79
Hex FE DF 94 0 C 2A 0 2A 62 4F
Octal 376 337 224 0 14 52 0 52 142 117
Binary 11111110 11011111 10010100 0 1100 101010 0 101010 1100010 1001111

Color Harmonies of #FEDF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF94

Black with #FEDF94

Text Example


Text Example

White with #FEDF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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