Html Css Color HEX #FEDE92 Cream Brulee

📋 copy color: '#FEDE92'

red 254 ◦ green 222 ◦ blue 146

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

Shades of Cream Brulee #FEDE92

Tints of Cream Brulee #FEDE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.47%

R = 40.84%
G = 35.69%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEDE92 (or 0xFEDE92) is known color: Cream Brulee. HEX triplet: FE, DE and 92. RGB value is (254,222,146). Sum of RGB (Red+Green+Blue) = 254+222+146=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 146 (57.42% from 255 or 23.47% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE92 is #01216D. Grayscale: #DFDFDF. Windows color (decimal): -74094 or 9625342. OLE color: 9625342.

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

Color convert

RGB 254 222 146 -
CMYK 0 0.13 0.43 0.00
HSL 42.22º 0.98% 0.78% -
HSV(B) 42.22º 0.43% 1% -
XYZ 72.18 75.39 37.94 -
YUV 222.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 254 222 146 0 0.13 0.43 0.00 42.22 0.98 0.78
Hex FE DE 92 0 D 2B 0 2A 62 4E
Octal 376 336 222 0 15 53 0 52 142 116
Binary 11111110 11011110 10010010 0 1101 101011 0 101010 1100010 1001110

Color Harmonies of #FEDE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE92

Black with #FEDE92

Text Example


Text Example

White with #FEDE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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