#FEDCC7

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

Shades of Karry #FEDCC7

Tints of Karry #FEDCC7

Color information

#FEDCC7 (or 0xFEDCC7) is unknown color: approx Karry. HEX triplet: FE, DC and C7. RGB value is (254,220,199). Sum of RGB (Red+Green+Blue) = 254+220+199=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 199 (78.12% from 255 or 29.57% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC7 is #012338. Grayscale: #E3E3E3. Windows color (decimal): -74553 or 13098238. OLE color: 13098238.

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

Color convert

RGB254220199-
CMYK00.130.220.00
HSL22.91º96.49%88.82%-
HSV(B)22.91º21.65%99.61%-
XYZ76.7876.3864.73-
YUV227.77111.76146.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 199 (78.12% from 255) = 29.57%
R=37.74%
G=32.69%
B=29.57%

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
Decimal25422019900.130.220.0022.9196.4988.82
HexFEDCC70D160176059
Octal37633430701526027140131
Binary111111101101110011000111011011011001011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCC7; }

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

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

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

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

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

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

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

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