#FEDCC5

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

Shades of Karry #FEDCC5

Tints of Karry #FEDCC5

Color information

#FEDCC5 (or 0xFEDCC5) is unknown color: approx Karry. HEX triplet: FE, DC and C5. RGB value is (254,220,197). Sum of RGB (Red+Green+Blue) = 254+220+197=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC5 is #01233A. Grayscale: #E3E3E3. Windows color (decimal): -74555 or 12967166. OLE color: 12967166.

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

Color convert

RGB254220197-
CMYK00.130.220.00
HSL24.21º96.61%88.43%-
HSV(B)24.21º22.44%99.61%-
XYZ76.5476.2963.51-
YUV227.54110.76146.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 197 (77.34% from 255) = 29.36%
R=37.85%
G=32.79%
B=29.36%

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
Decimal25422019700.130.220.0024.2196.6188.43
HexFEDCC50D160186158
Octal37633430501526030141130
Binary111111101101110011000101011011011001100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCC5; }

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

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

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

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

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

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

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

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