Html Css Color HEX #FCD894 Caramel

📋 copy color: '#FCD894'

red 252 ◦ green 216 ◦ blue 148

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

Shades of Caramel #FCD894

Tints of Caramel #FCD894

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.06%

 BLUE value IS 148 (58.2% from 255) = 24.03%

R = 40.91%
G = 35.06%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCD894 (or 0xFCD894) is known color: Caramel. HEX triplet: FC, D8 and 94. RGB value is (252,216,148). Sum of RGB (Red+Green+Blue) = 252+216+148=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD894 is #03276B. Grayscale: #DBDBDB. Windows color (decimal): -206700 or 9754876. OLE color: 9754876.

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

Color convert

RGB 252 216 148 -
CMYK 0 0.14 0.41 0.01
HSL 39.23º 0.95% 0.78% -
HSV(B) 39.23º 0.41% 0.99% -
XYZ 70.05 71.95 38.21 -
YUV 219.01 87.93 151.53 -
System Red Green Blue C M Y K H S L
Decimal 252 216 148 0 0.14 0.41 0.01 39.23 0.95 0.78
Hex FC D8 94 0 E 29 1 27 5F 4E
Octal 374 330 224 0 16 51 1 47 137 116
Binary 11111100 11011000 10010100 0 1110 101001 1 100111 1011111 1001110

Color Harmonies of #FCD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD894

Black with #FCD894

Text Example


Text Example

White with #FCD894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD894; }

 p { color: rgb(252,216,148); }

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

background-color css

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

 a { background-color: rgb(252,216,148); }

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

border-color css

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

 span { border-color: rgb(252,216,148); }

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