#FEDDC2

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

Shades of Karry #FEDDC2

Tints of Karry #FEDDC2

Color information

#FEDDC2 (or 0xFEDDC2) is unknown color: approx Karry. HEX triplet: FE, DD and C2. RGB value is (254,221,194). Sum of RGB (Red+Green+Blue) = 254+221+194=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC2 is #01223D. Grayscale: #E3E3E3. Windows color (decimal): -74302 or 12770814. OLE color: 12770814.

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

Color convert

RGB254221194-
CMYK00.130.240.00
HSL27º96.77%87.84%-
HSV(B)27º23.62%99.61%-
XYZ76.4776.6861.81-
YUV227.79108.93146.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 194 (76.17% from 255) = 29.00%
R=37.97%
G=33.03%
B=29.00%

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
Decimal25422119400.130.240.002796.7787.84
HexFEDDC20D1801b6158
Octal37633530201530033141130
Binary111111101101110111000010011011100001101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDC2; }

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

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

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

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

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

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

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

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