#FEDEC2

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

Shades of Karry #FEDEC2

Tints of Karry #FEDEC2

Color information

#FEDEC2 (or 0xFEDEC2) is unknown color: approx Karry. HEX triplet: FE, DE and C2. RGB value is (254,222,194). Sum of RGB (Red+Green+Blue) = 254+222+194=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEC2 is #01213D. Grayscale: #E4E4E4. Windows color (decimal): -74046 or 12771070. OLE color: 12771070.

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

Color convert

RGB254222194-
CMYK00.130.240.00
HSL28º96.77%87.84%-
HSV(B)28º23.62%99.61%-
XYZ76.7377.2161.9-
YUV228.38108.6146.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 194 (76.17% from 255) = 28.96%
R=37.91%
G=33.13%
B=28.96%

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
Decimal25422219400.130.240.002896.7787.84
HexFEDEC20D1801c6158
Octal37633630201530034141130
Binary111111101101111011000010011011100001110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEC2; }

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

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

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

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

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

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

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

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