#FEDEC9

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

Shades of Karry #FEDEC9

Tints of Karry #FEDEC9

Color information

#FEDEC9 (or 0xFEDEC9) is unknown color: approx Karry. HEX triplet: FE, DE and C9. RGB value is (254,222,201). Sum of RGB (Red+Green+Blue) = 254+222+201=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 201 (78.91% from 255 or 29.69% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEC9 is #012136. Grayscale: #E5E5E5. Windows color (decimal): -74039 or 13229822. OLE color: 13229822.

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

Color convert

RGB254222201-
CMYK00.130.210.00
HSL23.77º96.36%89.22%-
HSV(B)23.77º20.87%99.61%-
XYZ77.5477.5366.14-
YUV229.17112.1145.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 201 (78.91% from 255) = 29.69%
R=37.52%
G=32.79%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422220100.130.210.0023.7796.3689.22
HexFEDEC90D150186059
Octal37633631101525030140131
Binary111111101101111011001001011011010101100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEC9; }

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

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

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

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

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

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

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

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