#FEDDC6

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

Shades of Karry #FEDDC6

Tints of Karry #FEDDC6

Color information

#FEDDC6 (or 0xFEDDC6) is unknown color: approx Karry. HEX triplet: FE, DD and C6. RGB value is (254,221,198). Sum of RGB (Red+Green+Blue) = 254+221+198=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 198 (77.73% from 255 or 29.42% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC6 is #012239. Grayscale: #E4E4E4. Windows color (decimal): -74298 or 13032958. OLE color: 13032958.

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

Color convert

RGB254221198-
CMYK00.130.220.00
HSL24.64º96.55%88.63%-
HSV(B)24.64º22.05%99.61%-
XYZ76.9276.8664.21-
YUV228.24110.93146.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 198 (77.73% from 255) = 29.42%
R=37.74%
G=32.84%
B=29.42%

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
Decimal25422119800.130.220.0024.6496.5588.63
HexFEDDC60D160196159
Octal37633530601526031141131
Binary111111101101110111000110011011011001100111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDC6; }

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

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

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

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

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

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

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

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