#FEDDC4

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

Shades of Karry #FEDDC4

Tints of Karry #FEDDC4

Color information

#FEDDC4 (or 0xFEDDC4) is unknown color: approx Karry. HEX triplet: FE, DD and C4. RGB value is (254,221,196). Sum of RGB (Red+Green+Blue) = 254+221+196=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC4 is #01223B. Grayscale: #E4E4E4. Windows color (decimal): -74300 or 12901886. OLE color: 12901886.

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

Color convert

RGB254221196-
CMYK00.130.230.00
HSL25.86º96.67%88.24%-
HSV(B)25.86º22.83%99.61%-
XYZ76.6976.7763-
YUV228.02109.93146.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 196 (76.95% from 255) = 29.21%
R=37.85%
G=32.94%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422119600.130.230.0025.8696.6788.24
HexFEDDC40D1701a6158
Octal37633530401527032141130
Binary111111101101110111000100011011011101101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDC4; }

 p { color: rgb(254,221,196); }

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

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

 a { background-color: rgb(254,221,196); }

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

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

 span { border-color: rgb(254,221,196); }

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