Html Css Color HEX #FDD895 Caramel

📋 copy color: '#FDD895'

red 253 ◦ green 216 ◦ blue 149

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

Shades of Caramel #FDD895

Tints of Caramel #FDD895

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.95%

 BLUE value IS 149 (58.59% from 255) = 24.11%

R = 40.94%
G = 34.95%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDD895 (or 0xFDD895) is known color: Caramel. HEX triplet: FD, D8 and 95. RGB value is (253,216,149). Sum of RGB (Red+Green+Blue) = 253+216+149=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD895 is #02276A. Grayscale: #DBDBDB. Windows color (decimal): -141163 or 9820413. OLE color: 9820413.

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

Color convert

RGB 253 216 149 -
CMYK 0 0.15 0.41 0.01
HSL 38.65º 0.96% 0.79% -
HSV(B) 38.65º 0.41% 0.99% -
XYZ 70.49 72.16 38.65 -
YUV 219.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 253 216 149 0 0.15 0.41 0.01 38.65 0.96 0.79
Hex FD D8 95 0 F 29 1 27 60 4F
Octal 375 330 225 0 17 51 1 47 140 117
Binary 11111101 11011000 10010101 0 1111 101001 1 100111 1100000 1001111

Color Harmonies of #FDD895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD895

Black with #FDD895

Text Example


Text Example

White with #FDD895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD895; }

 p { color: rgb(253,216,149); }

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

background-color css

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

 a { background-color: rgb(253,216,149); }

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

border-color css

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

 span { border-color: rgb(253,216,149); }

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