Html Css Color HEX #FED29B Caramel

📋 copy color: '#FED29B'

red 254 ◦ green 210 ◦ blue 155

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

Shades of Caramel #FED29B

Tints of Caramel #FED29B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.93%

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

R = 41.03%
G = 33.93%
B = 25.04%

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

#FED29B (or 0xFED29B) is known color: Caramel. HEX triplet: FE, D2 and 9B. RGB value is (254,210,155). Sum of RGB (Red+Green+Blue) = 254+210+155=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 155 (60.94% from 255 or 25.04% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FED29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED29B is #012D64. Grayscale: #D9D9D9. Windows color (decimal): -77157 or 10212094. OLE color: 10212094.

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

Color convert

RGB 254 210 155 -
CMYK 0 0.17 0.39 0.00
HSL 33.33º 0.98% 0.8% -
HSV(B) 33.33º 0.39% 1% -
XYZ 69.84 69.53 40.75 -
YUV 216.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 254 210 155 0 0.17 0.39 0.00 33.33 0.98 0.8
Hex FE D2 9B 0 11 27 0 21 62 50
Octal 376 322 233 0 21 47 0 41 142 120
Binary 11111110 11010010 10011011 0 10001 100111 0 100001 1100010 1010000

Color Harmonies of #FED29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED29B

Black with #FED29B

Text Example


Text Example

White with #FED29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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