Html Css Color HEX #FCDCA6 Cape Honey

📋 copy color: '#FCDCA6'

red 252 ◦ green 220 ◦ blue 166

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

Shades of Cape Honey #FCDCA6

Tints of Cape Honey #FCDCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.48%

 BLUE value IS 166 (65.23% from 255) = 26.02%

R = 39.5%
G = 34.48%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCDCA6 (or 0xFCDCA6) is known color: Cape Honey. HEX triplet: FC, DC and A6. RGB value is (252,220,166). Sum of RGB (Red+Green+Blue) = 252+220+166=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDCA6 is #032359. Grayscale: #DFDFDF. Windows color (decimal): -205658 or 10935548. OLE color: 10935548.

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

Color convert

RGB 252 220 166 -
CMYK 0 0.13 0.34 0.01
HSL 37.67º 0.93% 0.82% -
HSV(B) 37.67º 0.34% 0.99% -
XYZ 72.62 74.64 46.65 -
YUV 223.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 252 220 166 0 0.13 0.34 0.01 37.67 0.93 0.82
Hex FC DC A6 0 D 22 1 26 5D 52
Octal 374 334 246 0 15 42 1 46 135 122
Binary 11111100 11011100 10100110 0 1101 100010 1 100110 1011101 1010010

Color Harmonies of #FCDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCA6

Black with #FCDCA6

Text Example


Text Example

White with #FCDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCA6; }

 p { color: rgb(252,220,166); }

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

background-color css

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

 a { background-color: rgb(252,220,166); }

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

border-color css

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

 span { border-color: rgb(252,220,166); }

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