#FEDDC5

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

Shades of Karry #FEDDC5

Tints of Karry #FEDDC5

Color information

#FEDDC5 (or 0xFEDDC5) is unknown color: approx Karry. HEX triplet: FE, DD and C5. RGB value is (254,221,197). Sum of RGB (Red+Green+Blue) = 254+221+197=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 197 (77.34% from 255 or 29.32% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC5 is #01223A. Grayscale: #E4E4E4. Windows color (decimal): -74299 or 12967422. OLE color: 12967422.

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

Color convert

RGB254221197-
CMYK00.130.220.00
HSL25.26º96.61%88.43%-
HSV(B)25.26º22.44%99.61%-
XYZ76.8176.8163.6-
YUV228.13110.43146.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 197 (77.34% from 255) = 29.32%
R=37.80%
G=32.89%
B=29.32%

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
Decimal25422119700.130.220.0025.2696.6188.43
HexFEDDC50D160196158
Octal37633530501526031141130
Binary111111101101110111000101011011011001100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDC5; }

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

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

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

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

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

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

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

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