Html Css Color HEX #FEDB94 Caramel

📋 copy color: '#FEDB94'

red 254 ◦ green 219 ◦ blue 148

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

Shades of Caramel #FEDB94

Tints of Caramel #FEDB94

RGB

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

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

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

R = 40.9%
G = 35.27%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEDB94 (or 0xFEDB94) is known color: Caramel. HEX triplet: FE, DB and 94. RGB value is (254,219,148). Sum of RGB (Red+Green+Blue) = 254+219+148=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 148 (58.20% from 255 or 23.83% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB94 is #01246B. Grayscale: #DDDDDD. Windows color (decimal): -74860 or 9755646. OLE color: 9755646.

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

Color convert

RGB 254 219 148 -
CMYK 0 0.14 0.42 0.00
HSL 40.19º 0.98% 0.79% -
HSV(B) 40.19º 0.42% 1% -
XYZ 71.55 73.87 38.5 -
YUV 221.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 254 219 148 0 0.14 0.42 0.00 40.19 0.98 0.79
Hex FE DB 94 0 E 2A 0 28 62 4F
Octal 376 333 224 0 16 52 0 50 142 117
Binary 11111110 11011011 10010100 0 1110 101010 0 101000 1100010 1001111

Color Harmonies of #FEDB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB94

Black with #FEDB94

Text Example


Text Example

White with #FEDB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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