#FEDDC7

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

Shades of Karry #FEDDC7

Tints of Karry #FEDDC7

Color information

#FEDDC7 (or 0xFEDDC7) is unknown color: approx Karry. HEX triplet: FE, DD and C7. RGB value is (254,221,199). Sum of RGB (Red+Green+Blue) = 254+221+199=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 199 (78.12% from 255 or 29.53% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC7 is #012238. Grayscale: #E4E4E4. Windows color (decimal): -74297 or 13098494. OLE color: 13098494.

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

Color convert

RGB254221199-
CMYK00.130.220.00
HSL24º96.49%88.82%-
HSV(B)24º21.65%99.61%-
XYZ77.0476.9164.82-
YUV228.36111.43146.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 199 (78.12% from 255) = 29.53%
R=37.69%
G=32.79%
B=29.53%

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
Decimal25422119900.130.220.002496.4988.82
HexFEDDC70D160186059
Octal37633530701526030140131
Binary111111101101110111000111011011011001100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDC7; }

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

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

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

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

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

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

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

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