#FCD8BF

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

Shades of Karry #FCD8BF

Tints of Karry #FCD8BF

Color information

#FCD8BF (or 0xFCD8BF) is unknown color: approx Karry. HEX triplet: FC, D8 and BF. RGB value is (252,216,191). Sum of RGB (Red+Green+Blue) = 252+216+191=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8BF is #032740. Grayscale: #E0E0E0. Windows color (decimal): -206657 or 12572924. OLE color: 12572924.

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

Color convert

RGB252216191-
CMYK00.140.240.01
HSL24.59º91.04%86.86%-
HSV(B)24.59º24.21%98.82%-
XYZ74.173.5759.58-
YUV223.91109.43148.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 216 (84.77% from 255) = 32.78%
BLUE value IS 191 (75% from 255) = 28.98%
R=38.24%
G=32.78%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221619100.140.240.0124.5991.0486.86
HexFCD8BF0E181195b57
Octal37433027701630131133127
Binary111111001101100010111111011101100011100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8BF; }

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

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

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

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

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

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

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

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