#FCDCBF

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

Shades of Karry #FCDCBF

Tints of Karry #FCDCBF

Color information

#FCDCBF (or 0xFCDCBF) is unknown color: approx Karry. HEX triplet: FC, DC and BF. RGB value is (252,220,191). Sum of RGB (Red+Green+Blue) = 252+220+191=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCBF is #032340. Grayscale: #E2E2E2. Windows color (decimal): -205633 or 12573948. OLE color: 12573948.

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

Color convert

RGB252220191-
CMYK00.130.240.01
HSL28.52º91.04%86.86%-
HSV(B)28.52º24.21%98.82%-
XYZ75.1475.6459.93-
YUV226.26108.1146.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.01%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 191 (75% from 255) = 28.81%
R=38.01%
G=33.18%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222019100.130.240.0128.5291.0486.86
HexFCDCBF0D1811d5b57
Octal37433427701530135133127
Binary111111001101110010111111011011100011110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCBF; }

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

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

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

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

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

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

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

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