Html Css Color HEX #FCD48E Caramel

📋 copy color: '#FCD48E'

red 252 ◦ green 212 ◦ blue 142

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

Shades of Caramel #FCD48E

Tints of Caramel #FCD48E

RGB

 RED value IS 252 (98.83% from 255) = 41.58%

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

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

R = 41.58%
G = 34.98%
B = 23.43%

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

#FCD48E (or 0xFCD48E) is known color: Caramel. HEX triplet: FC, D4 and 8E. RGB value is (252,212,142). Sum of RGB (Red+Green+Blue) = 252+212+142=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 142 (55.86% from 255 or 23.43% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD48E is #032B71. Grayscale: #D8D8D8. Windows color (decimal): -207730 or 9360636. OLE color: 9360636.

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

Color convert

RGB 252 212 142 -
CMYK 0 0.16 0.44 0.01
HSL 38.18º 0.95% 0.77% -
HSV(B) 38.18º 0.44% 0.99% -
XYZ 68.57 69.74 35.44 -
YUV 215.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 252 212 142 0 0.16 0.44 0.01 38.18 0.95 0.77
Hex FC D4 8E 0 10 2C 1 26 5F 4D
Octal 374 324 216 0 20 54 1 46 137 115
Binary 11111100 11010100 10001110 0 10000 101100 1 100110 1011111 1001101

Color Harmonies of #FCD48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD48E

Black with #FCD48E

Text Example


Text Example

White with #FCD48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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