Html Css Color HEX #FFD48E Caramel

📋 copy color: '#FFD48E'

red 255 ◦ green 212 ◦ blue 142

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

Shades of Caramel #FFD48E

Tints of Caramel #FFD48E

RGB

 RED value IS 255 (100% from 255) = 41.87%

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

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

R = 41.87%
G = 34.81%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFD48E (or 0xFFD48E) is known color: Caramel. HEX triplet: FF, D4 and 8E. RGB value is (255,212,142). Sum of RGB (Red+Green+Blue) = 255+212+142=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD48E is #002B71. Grayscale: #D9D9D9. Windows color (decimal): -11122 or 9360639. OLE color: 9360639.

HSL color Cylindrical-coordinate representation of color #FFD48E: hue angle of 37.17º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFD48E is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 212 142 -
CMYK 0 0.17 0.44 0
HSL 37.17º 1% 0.78% -
HSV(B) 37.17º 0.44% 1% -
XYZ 69.67 70.3 35.49 -
YUV 216.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 255 212 142 0 0.17 0.44 0 37.17 1 0.78
Hex FF D4 8E 0 11 2C 0 25 64 4E
Octal 377 324 216 0 21 54 0 45 144 116
Binary 11111111 11010100 10001110 0 10001 101100 0 100101 1100100 1001110

Color Harmonies of #FFD48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD48E

Black with #FFD48E

Text Example


Text Example

White with #FFD48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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