#FEDEC5

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

Shades of Karry #FEDEC5

Tints of Karry #FEDEC5

Color information

#FEDEC5 (or 0xFEDEC5) is unknown color: approx Karry. HEX triplet: FE, DE and C5. RGB value is (254,222,197). Sum of RGB (Red+Green+Blue) = 254+222+197=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 197 (77.34% from 255 or 29.27% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEC5 is #01213A. Grayscale: #E4E4E4. Windows color (decimal): -74043 or 12967678. OLE color: 12967678.

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

Color convert

RGB254222197-
CMYK00.130.220.00
HSL26.32º96.61%88.43%-
HSV(B)26.32º22.44%99.61%-
XYZ77.0777.3463.69-
YUV228.72110.1146.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 222 (87.11% from 255) = 32.99%
BLUE value IS 197 (77.34% from 255) = 29.27%
R=37.74%
G=32.99%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422219700.130.220.0026.3296.6188.43
HexFEDEC50D1601a6158
Octal37633630501526032141130
Binary111111101101111011000101011011011001101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEC5; }

 p { color: rgb(254,222,197); }

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

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

 a { background-color: rgb(254,222,197); }

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

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

 span { border-color: rgb(254,222,197); }

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