#FEDFCD

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

Shades of Karry #FEDFCD

Tints of Karry #FEDFCD

Color information

#FEDFCD (or 0xFEDFCD) is unknown color: approx Karry. HEX triplet: FE, DF and CD. RGB value is (254,223,205). Sum of RGB (Red+Green+Blue) = 254+223+205=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 205 (80.47% from 255 or 30.06% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFCD is #012032. Grayscale: #E6E6E6. Windows color (decimal): -73779 or 13492222. OLE color: 13492222.

HSL color Cylindrical-coordinate representation of color #FEDFCD: hue angle of 22.04º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEDFCD is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254223205-
CMYK00.120.190.00
HSL22.04º96.08%90%-
HSV(B)22.04º19.29%99.61%-
XYZ78.2878.2568.74-
YUV230.22113.77144.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 223 (87.5% from 255) = 32.70%
BLUE value IS 205 (80.47% from 255) = 30.06%
R=37.24%
G=32.70%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422320500.120.190.0022.0496.0890
HexFEDFCD0C13016605a
Octal37633731501423026140132
Binary111111101101111111001101011001001101011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFCD; }

 p { color: rgb(254,223,205); }

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

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

 a { background-color: rgb(254,223,205); }

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

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

 span { border-color: rgb(254,223,205); }

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