#FED9C5

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

Shades of Karry #FED9C5

Tints of Karry #FED9C5

Color information

#FED9C5 (or 0xFED9C5) is unknown color: approx Karry. HEX triplet: FE, D9 and C5. RGB value is (254,217,197). Sum of RGB (Red+Green+Blue) = 254+217+197=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9C5 is #01263A. Grayscale: #E1E1E1. Windows color (decimal): -75323 or 12966398. OLE color: 12966398.

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

Color convert

RGB254217197-
CMYK00.150.220.00
HSL21.05º96.61%88.43%-
HSV(B)21.05º22.44%99.61%-
XYZ75.7674.7363.25-
YUV225.78111.76148.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 217 (85.16% from 255) = 32.49%
BLUE value IS 197 (77.34% from 255) = 29.49%
R=38.02%
G=32.49%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421719700.150.220.0021.0596.6188.43
HexFED9C50F160156158
Octal37633130501726025141130
Binary111111101101100111000101011111011001010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9C5; }

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

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

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

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

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

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

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

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