Html Css Color HEX #FEDE98 Cream Brulee

📋 copy color: '#FEDE98'

red 254 ◦ green 222 ◦ blue 152

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

Shades of Cream Brulee #FEDE98

Tints of Cream Brulee #FEDE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.2%

R = 40.45%
G = 35.35%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FEDE98 (or 0xFEDE98) is known color: Cream Brulee. HEX triplet: FE, DE and 98. RGB value is (254,222,152). Sum of RGB (Red+Green+Blue) = 254+222+152=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 152 (59.77% from 255 or 24.20% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE98 is #012167. Grayscale: #DFDFDF. Windows color (decimal): -74088 or 10018558. OLE color: 10018558.

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

Color convert

RGB 254 222 152 -
CMYK 0 0.13 0.40 0.00
HSL 41.18º 0.98% 0.8% -
HSV(B) 41.18º 0.4% 1% -
XYZ 72.66 75.58 40.46 -
YUV 223.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 254 222 152 0 0.13 0.40 0.00 41.18 0.98 0.8
Hex FE DE 98 0 D 28 0 29 62 50
Octal 376 336 230 0 15 50 0 51 142 120
Binary 11111110 11011110 10011000 0 1101 101000 0 101001 1100010 1010000

Color Harmonies of #FEDE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE98

Black with #FEDE98

Text Example


Text Example

White with #FEDE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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