Html Css Color HEX #FDD096 Caramel

📋 copy color: '#FDD096'

red 253 ◦ green 208 ◦ blue 150

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

Shades of Caramel #FDD096

Tints of Caramel #FDD096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.04%

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

R = 41.41%
G = 34.04%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDD096 (or 0xFDD096) is known color: Caramel. HEX triplet: FD, D0 and 96. RGB value is (253,208,150). Sum of RGB (Red+Green+Blue) = 253+208+150=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 150 (58.98% from 255 or 24.55% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD096 is #022F69. Grayscale: #D7D7D7. Windows color (decimal): -143210 or 9883901. OLE color: 9883901.

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

Color convert

RGB 253 208 150 -
CMYK 0 0.18 0.41 0.01
HSL 33.79º 0.96% 0.79% -
HSV(B) 33.79º 0.41% 0.99% -
XYZ 68.57 68.2 38.4 -
YUV 214.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 253 208 150 0 0.18 0.41 0.01 33.79 0.96 0.79
Hex FD D0 96 0 12 29 1 22 60 4F
Octal 375 320 226 0 22 51 1 42 140 117
Binary 11111101 11010000 10010110 0 10010 101001 1 100010 1100000 1001111

Color Harmonies of #FDD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD096

Black with #FDD096

Text Example


Text Example

White with #FDD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD096; }

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

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

background-color css

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

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

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

border-color css

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

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

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