#FEDCC8

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

Shades of Karry #FEDCC8

Tints of Karry #FEDCC8

Color information

#FEDCC8 (or 0xFEDCC8) is unknown color: approx Karry. HEX triplet: FE, DC and C8. RGB value is (254,220,200). Sum of RGB (Red+Green+Blue) = 254+220+200=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 200 (78.52% from 255 or 29.67% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC8 is #012337. Grayscale: #E4E4E4. Windows color (decimal): -74552 or 13163774. OLE color: 13163774.

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

Color convert

RGB254220200-
CMYK00.130.210.00
HSL22.22º96.43%89.02%-
HSV(B)22.22º21.26%99.61%-
XYZ76.8976.4365.34-
YUV227.89112.26146.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 200 (78.52% from 255) = 29.67%
R=37.69%
G=32.64%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422020000.130.210.0022.2296.4389.02
HexFEDCC80D150166059
Octal37633431001525026140131
Binary111111101101110011001000011011010101011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCC8; }

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

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

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

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

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

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

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

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