Html Css Color HEX #FCD698 Caramel

📋 copy color: '#FCD698'

red 252 ◦ green 214 ◦ blue 152

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

Shades of Caramel #FCD698

Tints of Caramel #FCD698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.63%

 BLUE value IS 152 (59.77% from 255) = 24.6%

R = 40.78%
G = 34.63%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCD698 (or 0xFCD698) is known color: Caramel. HEX triplet: FC, D6 and 98. RGB value is (252,214,152). Sum of RGB (Red+Green+Blue) = 252+214+152=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 152 (59.77% from 255 or 24.60% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD698 is #032967. Grayscale: #DADADA. Windows color (decimal): -207208 or 10016508. OLE color: 10016508.

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

Color convert

RGB 252 214 152 -
CMYK 0 0.15 0.40 0.01
HSL 37.2º 0.94% 0.79% -
HSV(B) 37.2º 0.4% 0.99% -
XYZ 69.86 71.06 39.74 -
YUV 218.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 252 214 152 0 0.15 0.40 0.01 37.2 0.94 0.79
Hex FC D6 98 0 F 28 1 25 5E 4F
Octal 374 326 230 0 17 50 1 45 136 117
Binary 11111100 11010110 10011000 0 1111 101000 1 100101 1011110 1001111

Color Harmonies of #FCD698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD698

Black with #FCD698

Text Example


Text Example

White with #FCD698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD698; }

 p { color: rgb(252,214,152); }

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

background-color css

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

 a { background-color: rgb(252,214,152); }

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

border-color css

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

 span { border-color: rgb(252,214,152); }

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