Html Css Color HEX #FDD49C Caramel

📋 copy color: '#FDD49C'

red 253 ◦ green 212 ◦ blue 156

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

Shades of Caramel #FDD49C

Tints of Caramel #FDD49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.12%

R = 40.74%
G = 34.14%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDD49C (or 0xFDD49C) is known color: Caramel. HEX triplet: FD, D4 and 9C. RGB value is (253,212,156). Sum of RGB (Red+Green+Blue) = 253+212+156=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD49C is #022B63. Grayscale: #DADADA. Windows color (decimal): -142180 or 10278141. OLE color: 10278141.

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

Color convert

RGB 253 212 156 -
CMYK 0 0.16 0.38 0.01
HSL 34.64º 0.96% 0.8% -
HSV(B) 34.64º 0.38% 0.99% -
XYZ 70.05 70.37 41.34 -
YUV 217.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 253 212 156 0 0.16 0.38 0.01 34.64 0.96 0.8
Hex FD D4 9C 0 10 26 1 23 60 50
Octal 375 324 234 0 20 46 1 43 140 120
Binary 11111101 11010100 10011100 0 10000 100110 1 100011 1100000 1010000

Color Harmonies of #FDD49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD49C

Black with #FDD49C

Text Example


Text Example

White with #FDD49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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