#FCDABE

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

Shades of Karry #FCDABE

Tints of Karry #FCDABE

Color information

#FCDABE (or 0xFCDABE) is unknown color: approx Karry. HEX triplet: FC, DA and BE. RGB value is (252,218,190). Sum of RGB (Red+Green+Blue) = 252+218+190=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDABE is #032541. Grayscale: #E1E1E1. Windows color (decimal): -206146 or 12507900. OLE color: 12507900.

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

Color convert

RGB252218190-
CMYK00.130.250.01
HSL27.1º91.18%86.67%-
HSV(B)27.1º24.6%98.82%-
XYZ74.5174.5659.18-
YUV224.97108.26147.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 218 (85.55% from 255) = 33.03%
BLUE value IS 190 (74.61% from 255) = 28.79%
R=38.18%
G=33.03%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221819000.130.250.0127.191.1886.67
HexFCDABE0D1911b5b57
Octal37433227601531133133127
Binary111111001101101010111110011011100111101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDABE; }

 p { color: rgb(252,218,190); }

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

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

 a { background-color: rgb(252,218,190); }

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

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

 span { border-color: rgb(252,218,190); }

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