#FCD9BD

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

Shades of Karry #FCD9BD

Tints of Karry #FCD9BD

Color information

#FCD9BD (or 0xFCD9BD) is unknown color: approx Karry. HEX triplet: FC, D9 and BD. RGB value is (252,217,189). Sum of RGB (Red+Green+Blue) = 252+217+189=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9BD is #032642. Grayscale: #E0E0E0. Windows color (decimal): -206403 or 12442108. OLE color: 12442108.

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

Color convert

RGB252217189-
CMYK00.140.250.01
HSL26.67º91.3%86.47%-
HSV(B)26.67º25%98.82%-
XYZ74.147458.52-
YUV224.27108.1147.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.30%
GREEN value IS 217 (85.16% from 255) = 32.98%
BLUE value IS 189 (74.22% from 255) = 28.72%
R=38.30%
G=32.98%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221718900.140.250.0126.6791.386.47
HexFCD9BD0E1911b5b56
Octal37433127501631133133126
Binary111111001101100110111101011101100111101110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9BD; }

 p { color: rgb(252,217,189); }

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

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

 a { background-color: rgb(252,217,189); }

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

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

 span { border-color: rgb(252,217,189); }

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