Html Css Color HEX #FCD096 Caramel

📋 copy color: '#FCD096'

red 252 ◦ green 208 ◦ blue 150

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

Shades of Caramel #FCD096

Tints of Caramel #FCD096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.1%

 BLUE value IS 150 (58.98% from 255) = 24.59%

R = 41.31%
G = 34.1%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCD096 (or 0xFCD096) is known color: Caramel. HEX triplet: FC, D0 and 96. RGB value is (252,208,150). Sum of RGB (Red+Green+Blue) = 252+208+150=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD096 is #032F69. Grayscale: #D6D6D6. Windows color (decimal): -208746 or 9883900. OLE color: 9883900.

HSL color Cylindrical-coordinate representation of color #FCD096: hue angle of 34.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCD096 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 150 -
CMYK 0 0.17 0.40 0.01
HSL 34.12º 0.94% 0.79% -
HSV(B) 34.12º 0.4% 0.99% -
XYZ 68.21 68.01 38.39 -
YUV 214.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 252 208 150 0 0.17 0.40 0.01 34.12 0.94 0.79
Hex FC D0 96 0 11 28 1 22 5E 4F
Octal 374 320 226 0 21 50 1 42 136 117
Binary 11111100 11010000 10010110 0 10001 101000 1 100010 1011110 1001111

Color Harmonies of #FCD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD096

Black with #FCD096

Text Example


Text Example

White with #FCD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD096; }

 p { color: rgb(252,208,150); }

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

background-color css

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

 a { background-color: rgb(252,208,150); }

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

border-color css

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

 span { border-color: rgb(252,208,150); }

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