Html Css Color HEX #FCDA9A Caramel

📋 copy color: '#FCDA9A'

red 252 ◦ green 218 ◦ blue 154

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

Shades of Caramel #FCDA9A

Tints of Caramel #FCDA9A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.94%

 BLUE value IS 154 (60.55% from 255) = 24.68%

R = 40.38%
G = 34.94%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FCDA9A (or 0xFCDA9A) is known color: Caramel. HEX triplet: FC, DA and 9A. RGB value is (252,218,154). Sum of RGB (Red+Green+Blue) = 252+218+154=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA9A is #032565. Grayscale: #DDDDDD. Windows color (decimal): -206182 or 10148604. OLE color: 10148604.

HSL color Cylindrical-coordinate representation of color #FCDA9A: hue angle of 39.18º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCDA9A is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 218 154 -
CMYK 0 0.13 0.39 0.01
HSL 39.18º 0.94% 0.8% -
HSV(B) 39.18º 0.39% 0.99% -
XYZ 71.05 73.17 40.95 -
YUV 220.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 252 218 154 0 0.13 0.39 0.01 39.18 0.94 0.8
Hex FC DA 9A 0 D 27 1 27 5E 50
Octal 374 332 232 0 15 47 1 47 136 120
Binary 11111100 11011010 10011010 0 1101 100111 1 100111 1011110 1010000

Color Harmonies of #FCDA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA9A

Black with #FCDA9A

Text Example


Text Example

White with #FCDA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA9A; }

 p { color: rgb(252,218,154); }

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

background-color css

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

 a { background-color: rgb(252,218,154); }

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

border-color css

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

 span { border-color: rgb(252,218,154); }

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