#FCDCC1

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

Shades of Karry #FCDCC1

Tints of Karry #FCDCC1

Color information

#FCDCC1 (or 0xFCDCC1) is unknown color: approx Karry. HEX triplet: FC, DC and C1. RGB value is (252,220,193). Sum of RGB (Red+Green+Blue) = 252+220+193=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCC1 is #03233E. Grayscale: #E2E2E2. Windows color (decimal): -205631 or 12705020. OLE color: 12705020.

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

Color convert

RGB252220193-
CMYK00.130.230.01
HSL27.46º90.77%87.25%-
HSV(B)27.46º23.41%98.82%-
XYZ75.3675.7361.1-
YUV226.49109.1146.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 193 (75.78% from 255) = 29.02%
R=37.89%
G=33.08%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222019300.130.230.0127.4690.7787.25
HexFCDCC10D1711b5b57
Octal37433430101527133133127
Binary111111001101110011000001011011011111101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCC1; }

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

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

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

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

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

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

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

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