#FEDCC1

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

Shades of Karry #FEDCC1

Tints of Karry #FEDCC1

Color information

#FEDCC1 (or 0xFEDCC1) is unknown color: approx Karry. HEX triplet: FE, DC and C1. RGB value is (254,220,193). Sum of RGB (Red+Green+Blue) = 254+220+193=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC1 is #01233E. Grayscale: #E3E3E3. Windows color (decimal): -74559 or 12705022. OLE color: 12705022.

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

Color convert

RGB254220193-
CMYK00.130.240.00
HSL26.56º96.83%87.65%-
HSV(B)26.56º24.02%99.61%-
XYZ76.0976.1161.13-
YUV227.09108.76147.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 193 (75.78% from 255) = 28.94%
R=38.08%
G=32.98%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422019300.130.240.0026.5696.8387.65
HexFEDCC10D1801b6158
Octal37633430101530033141130
Binary111111101101110011000001011011100001101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCC1; }

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

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

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

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

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

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

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

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