Html Css Color HEX #FDD48E Caramel

📋 copy color: '#FDD48E'

red 253 ◦ green 212 ◦ blue 142

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

Shades of Caramel #FDD48E

Tints of Caramel #FDD48E

RGB

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

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

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

R = 41.68%
G = 34.93%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDD48E (or 0xFDD48E) is known color: Caramel. HEX triplet: FD, D4 and 8E. RGB value is (253,212,142). Sum of RGB (Red+Green+Blue) = 253+212+142=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD48E is #022B71. Grayscale: #D8D8D8. Windows color (decimal): -142194 or 9360637. OLE color: 9360637.

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

Color convert

RGB 253 212 142 -
CMYK 0 0.16 0.44 0.01
HSL 37.84º 0.97% 0.77% -
HSV(B) 37.84º 0.44% 0.99% -
XYZ 68.93 69.92 35.45 -
YUV 216.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 253 212 142 0 0.16 0.44 0.01 37.84 0.97 0.77
Hex FD D4 8E 0 10 2C 1 26 61 4D
Octal 375 324 216 0 20 54 1 46 141 115
Binary 11111101 11010100 10001110 0 10000 101100 1 100110 1100001 1001101

Color Harmonies of #FDD48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD48E

Black with #FDD48E

Text Example


Text Example

White with #FDD48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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