#FEDDC0

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

Shades of Karry #FEDDC0

Tints of Karry #FEDDC0

Color information

#FEDDC0 (or 0xFEDDC0) is unknown color: approx Karry. HEX triplet: FE, DD and C0. RGB value is (254,221,192). Sum of RGB (Red+Green+Blue) = 254+221+192=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC0 is #01223F. Grayscale: #E3E3E3. Windows color (decimal): -74304 or 12639742. OLE color: 12639742.

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

Color convert

RGB254221192-
CMYK00.130.240.00
HSL28.06º96.88%87.45%-
HSV(B)28.06º24.41%99.61%-
XYZ76.2476.5960.63-
YUV227.56107.93146.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 192 (75.39% from 255) = 28.79%
R=38.08%
G=33.13%
B=28.79%

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
Decimal25422119200.130.240.0028.0696.8887.45
HexFEDDC00D1801c6157
Octal37633530001530034141127
Binary111111101101110111000000011011100001110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDC0; }

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

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

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

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

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

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

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

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