#FCD8C1

Color #FCD8C1 Karry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karry #FCD8C1

Tints of Karry #FCD8C1

Color information

#FCD8C1 (or 0xFCD8C1) is unknown color: approx Karry. HEX triplet: FC, D8 and C1. RGB value is (252,216,193). Sum of RGB (Red+Green+Blue) = 252+216+193=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8C1 is #03273E. Grayscale: #E0E0E0. Windows color (decimal): -206655 or 12703996. OLE color: 12703996.

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

Color convert

RGB252216193-
CMYK00.140.230.01
HSL23.39º90.77%87.25%-
HSV(B)23.39º23.41%98.82%-
XYZ74.3373.6660.75-
YUV224.14110.43147.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 216 (84.77% from 255) = 32.68%
BLUE value IS 193 (75.78% from 255) = 29.20%
R=38.12%
G=32.68%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221619300.140.230.0123.3990.7787.25
HexFCD8C10E171175b57
Octal37433030101627127133127
Binary111111001101100011000001011101011111011110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8C1; }

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

 H1.HeaderClassName
 {
   color: #FCD8C1;
 }
 .AnyTagClassName
 {
   color: #FCD8C1;
 }
</style>
background-color css

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

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

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

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

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

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