Html Css Color HEX #FDD48F Caramel

📋 copy color: '#FDD48F'

red 253 ◦ green 212 ◦ blue 143

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

Shades of Caramel #FDD48F

Tints of Caramel #FDD48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.52%

R = 41.61%
G = 34.87%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDD48F (or 0xFDD48F) is known color: Caramel. HEX triplet: FD, D4 and 8F. RGB value is (253,212,143). Sum of RGB (Red+Green+Blue) = 253+212+143=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 143 (56.25% from 255 or 23.52% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD48F is #022B70. Grayscale: #D8D8D8. Windows color (decimal): -142193 or 9426173. OLE color: 9426173.

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

Color convert

RGB 253 212 143 -
CMYK 0 0.16 0.43 0.01
HSL 37.64º 0.96% 0.78% -
HSV(B) 37.64º 0.43% 0.99% -
XYZ 69.01 69.95 35.85 -
YUV 216.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 253 212 143 0 0.16 0.43 0.01 37.64 0.96 0.78
Hex FD D4 8F 0 10 2B 1 26 60 4E
Octal 375 324 217 0 20 53 1 46 140 116
Binary 11111101 11010100 10001111 0 10000 101011 1 100110 1100000 1001110

Color Harmonies of #FDD48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD48F

Black with #FDD48F

Text Example


Text Example

White with #FDD48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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