Html Css Color HEX #FDD693 Caramel

📋 copy color: '#FDD693'

red 253 ◦ green 214 ◦ blue 147

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

Shades of Caramel #FDD693

Tints of Caramel #FDD693

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.85%

 BLUE value IS 147 (57.81% from 255) = 23.94%

R = 41.21%
G = 34.85%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDD693 (or 0xFDD693) is known color: Caramel. HEX triplet: FD, D6 and 93. RGB value is (253,214,147). Sum of RGB (Red+Green+Blue) = 253+214+147=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD693 is #02296C. Grayscale: #DADADA. Windows color (decimal): -141677 or 9688829. OLE color: 9688829.

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

Color convert

RGB 253 214 147 -
CMYK 0 0.15 0.42 0.01
HSL 37.92º 0.96% 0.78% -
HSV(B) 37.92º 0.42% 0.99% -
XYZ 69.82 71.08 37.64 -
YUV 218.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 253 214 147 0 0.15 0.42 0.01 37.92 0.96 0.78
Hex FD D6 93 0 F 2A 1 26 60 4E
Octal 375 326 223 0 17 52 1 46 140 116
Binary 11111101 11010110 10010011 0 1111 101010 1 100110 1100000 1001110

Color Harmonies of #FDD693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD693

Black with #FDD693

Text Example


Text Example

White with #FDD693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD693; }

 p { color: rgb(253,214,147); }

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

background-color css

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

 a { background-color: rgb(253,214,147); }

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

border-color css

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

 span { border-color: rgb(253,214,147); }

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