#FEDCC6

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

Shades of Karry #FEDCC6

Tints of Karry #FEDCC6

Color information

#FEDCC6 (or 0xFEDCC6) is unknown color: approx Karry. HEX triplet: FE, DC and C6. RGB value is (254,220,198). Sum of RGB (Red+Green+Blue) = 254+220+198=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC6 is #012339. Grayscale: #E3E3E3. Windows color (decimal): -74554 or 13032702. OLE color: 13032702.

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

Color convert

RGB254220198-
CMYK00.130.220.00
HSL23.57º96.55%88.63%-
HSV(B)23.57º22.05%99.61%-
XYZ76.6676.3364.12-
YUV227.66111.26146.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 198 (77.73% from 255) = 29.46%
R=37.80%
G=32.74%
B=29.46%

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
Decimal25422019800.130.220.0023.5796.5588.63
HexFEDCC60D160186159
Octal37633430601526030141131
Binary111111101101110011000110011011011001100011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCC6; }

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

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

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

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

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

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

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

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