#FEDCC0

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

Shades of Karry #FEDCC0

Tints of Karry #FEDCC0

Color information

#FEDCC0 (or 0xFEDCC0) is unknown color: approx Karry. HEX triplet: FE, DC and C0. RGB value is (254,220,192). Sum of RGB (Red+Green+Blue) = 254+220+192=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 192 (75.39% from 255 or 28.83% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC0 is #01233F. Grayscale: #E3E3E3. Windows color (decimal): -74560 or 12639486. OLE color: 12639486.

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

Color convert

RGB254220192-
CMYK00.130.240.00
HSL27.1º96.88%87.45%-
HSV(B)27.1º24.41%99.61%-
XYZ75.9876.0660.55-
YUV226.97108.26147.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 192 (75.39% from 255) = 28.83%
R=38.14%
G=33.03%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422019200.130.240.0027.196.8887.45
HexFEDCC00D1801b6157
Octal37633430001530033141127
Binary111111101101110011000000011011100001101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCC0; }

 p { color: rgb(254,220,192); }

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

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

 a { background-color: rgb(254,220,192); }

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

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

 span { border-color: rgb(254,220,192); }

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