#FDE0C9

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

Shades of Karry #FDE0C9

Tints of Karry #FDE0C9

Color information

#FDE0C9 (or 0xFDE0C9) is unknown color: approx Karry. HEX triplet: FD, E0 and C9. RGB value is (253,224,201). Sum of RGB (Red+Green+Blue) = 253+224+201=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 201 (78.91% from 255 or 29.65% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0C9 is #021F36. Grayscale: #E6E6E6. Windows color (decimal): -139063 or 13230333. OLE color: 13230333.

HSL color Cylindrical-coordinate representation of color #FDE0C9: hue angle of 26.54º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDE0C9 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253224201-
CMYK00.110.210.01
HSL26.54º92.86%89.02%-
HSV(B)26.54º20.55%99.22%-
XYZ77.7178.4166.3-
YUV230.05111.61144.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 224 (87.89% from 255) = 33.04%
BLUE value IS 201 (78.91% from 255) = 29.65%
R=37.32%
G=33.04%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322420100.110.210.0126.5492.8689.02
HexFDE0C90B1511b5d59
Octal37534031101325133135131
Binary111111011110000011001001010111010111101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE0C9; }

 p { color: rgb(253,224,201); }

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

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

 a { background-color: rgb(253,224,201); }

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

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

 span { border-color: rgb(253,224,201); }

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