Html Css Color HEX #FDD496 Caramel

📋 copy color: '#FDD496'

red 253 ◦ green 212 ◦ blue 150

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

Shades of Caramel #FDD496

Tints of Caramel #FDD496

RGB

 RED value IS 253 (99.22% from 255) = 41.14%

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

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

R = 41.14%
G = 34.47%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDD496 (or 0xFDD496) is known color: Caramel. HEX triplet: FD, D4 and 96. RGB value is (253,212,150). Sum of RGB (Red+Green+Blue) = 253+212+150=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD496 is #022B69. Grayscale: #D9D9D9. Windows color (decimal): -142186 or 9884925. OLE color: 9884925.

HSL color Cylindrical-coordinate representation of color #FDD496: hue angle of 36.12º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDD496 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 212 150 -
CMYK 0 0.16 0.41 0.01
HSL 36.12º 0.96% 0.79% -
HSV(B) 36.12º 0.41% 0.99% -
XYZ 69.56 70.17 38.73 -
YUV 217.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 253 212 150 0 0.16 0.41 0.01 36.12 0.96 0.79
Hex FD D4 96 0 10 29 1 24 60 4F
Octal 375 324 226 0 20 51 1 44 140 117
Binary 11111101 11010100 10010110 0 10000 101001 1 100100 1100000 1001111

Color Harmonies of #FDD496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD496

Black with #FDD496

Text Example


Text Example

White with #FDD496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD496; }

 p { color: rgb(253,212,150); }

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

background-color css

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

 a { background-color: rgb(253,212,150); }

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

border-color css

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

 span { border-color: rgb(253,212,150); }

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