#FEDFCC

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

Shades of Karry #FEDFCC

Tints of Karry #FEDFCC

Color information

#FEDFCC (or 0xFEDFCC) is unknown color: approx Karry. HEX triplet: FE, DF and CC. RGB value is (254,223,204). Sum of RGB (Red+Green+Blue) = 254+223+204=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFCC is #012033. Grayscale: #E6E6E6. Windows color (decimal): -73780 or 13426686. OLE color: 13426686.

HSL color Cylindrical-coordinate representation of color #FEDFCC: hue angle of 22.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEDFCC is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254223204-
CMYK00.120.200.00
HSL22.8º96.15%89.8%-
HSV(B)22.8º19.69%99.61%-
XYZ78.1678.2168.1-
YUV230.1113.27145.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 204 (80.08% from 255) = 29.96%
R=37.30%
G=32.75%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422320400.120.200.0022.896.1589.8
HexFEDFCC0C14017605a
Octal37633731401424027140132
Binary111111101101111111001100011001010001011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFCC; }

 p { color: rgb(254,223,204); }

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

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

 a { background-color: rgb(254,223,204); }

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

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

 span { border-color: rgb(254,223,204); }

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