Html Css Color HEX #FDD996 Caramel

📋 copy color: '#FDD996'

red 253 ◦ green 217 ◦ blue 150

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

Shades of Caramel #FDD996

Tints of Caramel #FDD996

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35%

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

R = 40.81%
G = 35%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDD996 (or 0xFDD996) is known color: Caramel. HEX triplet: FD, D9 and 96. RGB value is (253,217,150). Sum of RGB (Red+Green+Blue) = 253+217+150=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD996 is #022669. Grayscale: #DCDCDC. Windows color (decimal): -140906 or 9886205. OLE color: 9886205.

HSL color Cylindrical-coordinate representation of color #FDD996: hue angle of 39.03º 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 #FDD996 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 150 -
CMYK 0 0.14 0.41 0.01
HSL 39.03º 0.96% 0.79% -
HSV(B) 39.03º 0.41% 0.99% -
XYZ 70.83 72.71 39.16 -
YUV 220.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 253 217 150 0 0.14 0.41 0.01 39.03 0.96 0.79
Hex FD D9 96 0 E 29 1 27 60 4F
Octal 375 331 226 0 16 51 1 47 140 117
Binary 11111101 11011001 10010110 0 1110 101001 1 100111 1100000 1001111

Color Harmonies of #FDD996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD996

Black with #FDD996

Text Example


Text Example

White with #FDD996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD996; }

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

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

background-color css

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

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

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

border-color css

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

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

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