#FEDEC6

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

Shades of Karry #FEDEC6

Tints of Karry #FEDEC6

Color information

#FEDEC6 (or 0xFEDEC6) is unknown color: approx Karry. HEX triplet: FE, DE and C6. RGB value is (254,222,198). Sum of RGB (Red+Green+Blue) = 254+222+198=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 198 (77.73% from 255 or 29.38% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEC6 is #012139. Grayscale: #E4E4E4. Windows color (decimal): -74042 or 13033214. OLE color: 13033214.

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

Color convert

RGB254222198-
CMYK00.130.220.00
HSL25.71º96.55%88.63%-
HSV(B)25.71º22.05%99.61%-
XYZ77.1977.3964.3-
YUV228.83110.6145.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 198 (77.73% from 255) = 29.38%
R=37.69%
G=32.94%
B=29.38%

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
Decimal25422219800.130.220.0025.7196.5588.63
HexFEDEC60D1601a6159
Octal37633630601526032141131
Binary111111101101111011000110011011011001101011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEC6; }

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

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

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

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

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

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

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

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