Html Css Color HEX #FEDB92 Cream Brulee

📋 copy color: '#FEDB92'

red 254 ◦ green 219 ◦ blue 146

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

Shades of Cream Brulee #FEDB92

Tints of Cream Brulee #FEDB92

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.38%

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

R = 41.03%
G = 35.38%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEDB92 (or 0xFEDB92) is known color: Cream Brulee. HEX triplet: FE, DB and 92. RGB value is (254,219,146). Sum of RGB (Red+Green+Blue) = 254+219+146=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 146 (57.42% from 255 or 23.59% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB92 is #01246D. Grayscale: #DDDDDD. Windows color (decimal): -74862 or 9624574. OLE color: 9624574.

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

Color convert

RGB 254 219 146 -
CMYK 0 0.14 0.43 0.00
HSL 40.56º 0.98% 0.78% -
HSV(B) 40.56º 0.43% 1% -
XYZ 71.39 73.81 37.68 -
YUV 221.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 254 219 146 0 0.14 0.43 0.00 40.56 0.98 0.78
Hex FE DB 92 0 E 2B 0 29 62 4E
Octal 376 333 222 0 16 53 0 51 142 116
Binary 11111110 11011011 10010010 0 1110 101011 0 101001 1100010 1001110

Color Harmonies of #FEDB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB92

Black with #FEDB92

Text Example


Text Example

White with #FEDB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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