Html Css Color HEX #FED69D Caramel

📋 copy color: '#FED69D'

red 254 ◦ green 214 ◦ blue 157

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

Shades of Caramel #FED69D

Tints of Caramel #FED69D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.24%

 BLUE value IS 157 (61.72% from 255) = 25.12%

R = 40.64%
G = 34.24%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FED69D (or 0xFED69D) is known color: Caramel. HEX triplet: FE, D6 and 9D. RGB value is (254,214,157). Sum of RGB (Red+Green+Blue) = 254+214+157=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FED69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED69D is #012962. Grayscale: #DBDBDB. Windows color (decimal): -76131 or 10344190. OLE color: 10344190.

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

Color convert

RGB 254 214 157 -
CMYK 0 0.16 0.38 0.00
HSL 35.26º 0.98% 0.81% -
HSV(B) 35.26º 0.38% 1% -
XYZ 71.01 71.6 41.98 -
YUV 219.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 254 214 157 0 0.16 0.38 0.00 35.26 0.98 0.81
Hex FE D6 9D 0 10 26 0 23 62 51
Octal 376 326 235 0 20 46 0 43 142 121
Binary 11111110 11010110 10011101 0 10000 100110 0 100011 1100010 1010001

Color Harmonies of #FED69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED69D

Black with #FED69D

Text Example


Text Example

White with #FED69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED69D; }

 p { color: rgb(254,214,157); }

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

background-color css

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

 a { background-color: rgb(254,214,157); }

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

border-color css

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

 span { border-color: rgb(254,214,157); }

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