Html Css Color HEX #FED49B Caramel

📋 copy color: '#FED49B'

red 254 ◦ green 212 ◦ blue 155

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

Shades of Caramel #FED49B

Tints of Caramel #FED49B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.14%

 BLUE value IS 155 (60.94% from 255) = 24.96%

R = 40.9%
G = 34.14%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FED49B (or 0xFED49B) is known color: Caramel. HEX triplet: FE, D4 and 9B. RGB value is (254,212,155). Sum of RGB (Red+Green+Blue) = 254+212+155=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 155 (60.94% from 255 or 24.96% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FED49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED49B is #012B64. Grayscale: #DADADA. Windows color (decimal): -76645 or 10212606. OLE color: 10212606.

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

Color convert

RGB 254 212 155 -
CMYK 0 0.17 0.39 0.00
HSL 34.55º 0.98% 0.8% -
HSV(B) 34.55º 0.39% 1% -
XYZ 70.33 70.52 40.92 -
YUV 218.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 254 212 155 0 0.17 0.39 0.00 34.55 0.98 0.8
Hex FE D4 9B 0 11 27 0 23 62 50
Octal 376 324 233 0 21 47 0 43 142 120
Binary 11111110 11010100 10011011 0 10001 100111 0 100011 1100010 1010000

Color Harmonies of #FED49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED49B

Black with #FED49B

Text Example


Text Example

White with #FED49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED49B; }

 p { color: rgb(254,212,155); }

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

background-color css

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

 a { background-color: rgb(254,212,155); }

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

border-color css

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

 span { border-color: rgb(254,212,155); }

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