Html Css Color HEX #FED896 Caramel

📋 copy color: '#FED896'

red 254 ◦ green 216 ◦ blue 150

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

Shades of Caramel #FED896

Tints of Caramel #FED896

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.84%

 BLUE value IS 150 (58.98% from 255) = 24.19%

R = 40.97%
G = 34.84%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FED896 (or 0xFED896) is known color: Caramel. HEX triplet: FE, D8 and 96. RGB value is (254,216,150). Sum of RGB (Red+Green+Blue) = 254+216+150=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FED896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED896 is #012769. Grayscale: #DCDCDC. Windows color (decimal): -75626 or 9885950. OLE color: 9885950.

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

Color convert

RGB 254 216 150 -
CMYK 0 0.15 0.41 0.00
HSL 38.08º 0.98% 0.79% -
HSV(B) 38.08º 0.41% 1% -
XYZ 70.93 72.38 39.09 -
YUV 219.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 254 216 150 0 0.15 0.41 0.00 38.08 0.98 0.79
Hex FE D8 96 0 F 29 0 26 62 4F
Octal 376 330 226 0 17 51 0 46 142 117
Binary 11111110 11011000 10010110 0 1111 101001 0 100110 1100010 1001111

Color Harmonies of #FED896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED896

Black with #FED896

Text Example


Text Example

White with #FED896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED896; }

 p { color: rgb(254,216,150); }

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

background-color css

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

 a { background-color: rgb(254,216,150); }

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

border-color css

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

 span { border-color: rgb(254,216,150); }

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