Html Css Color HEX #FDDA8E Caramel

📋 copy color: '#FDDA8E'

red 253 ◦ green 218 ◦ blue 142

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

Shades of Caramel #FDDA8E

Tints of Caramel #FDDA8E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.56%

 BLUE value IS 142 (55.86% from 255) = 23.16%

R = 41.27%
G = 35.56%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDDA8E (or 0xFDDA8E) is known color: Caramel. HEX triplet: FD, DA and 8E. RGB value is (253,218,142). Sum of RGB (Red+Green+Blue) = 253+218+142=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDA8E is #022571. Grayscale: #DCDCDC. Windows color (decimal): -140658 or 9362173. OLE color: 9362173.

HSL color Cylindrical-coordinate representation of color #FDDA8E: hue angle of 41.08º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDDA8E is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 142 -
CMYK 0 0.14 0.44 0.01
HSL 41.08º 0.97% 0.77% -
HSV(B) 41.08º 0.44% 0.99% -
XYZ 70.46 72.98 35.96 -
YUV 219.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 253 218 142 0 0.14 0.44 0.01 41.08 0.97 0.77
Hex FD DA 8E 0 E 2C 1 29 61 4D
Octal 375 332 216 0 16 54 1 51 141 115
Binary 11111101 11011010 10001110 0 1110 101100 1 101001 1100001 1001101

Color Harmonies of #FDDA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA8E

Black with #FDDA8E

Text Example


Text Example

White with #FDDA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA8E; }

 p { color: rgb(253,218,142); }

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

background-color css

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

 a { background-color: rgb(253,218,142); }

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

border-color css

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

 span { border-color: rgb(253,218,142); }

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