#FDE1CC

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

Shades of Karry #FDE1CC

Tints of Karry #FDE1CC

Color information

#FDE1CC (or 0xFDE1CC) is unknown color: approx Karry. HEX triplet: FD, E1 and CC. RGB value is (253,225,204). Sum of RGB (Red+Green+Blue) = 253+225+204=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1CC is #021E33. Grayscale: #E7E7E7. Windows color (decimal): -138804 or 13427197. OLE color: 13427197.

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

Color convert

RGB253225204-
CMYK00.110.190.01
HSL25.71º92.45%89.61%-
HSV(B)25.71º19.37%99.22%-
XYZ78.3379.0968.26-
YUV230.98112.78143.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.10%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 204 (80.08% from 255) = 29.91%
R=37.10%
G=32.99%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322520400.110.190.0125.7192.4589.61
HexFDE1CC0B1311a5c5a
Octal37534131401323132134132
Binary111111011110000111001100010111001111101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1CC; }

 p { color: rgb(253,225,204); }

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

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

 a { background-color: rgb(253,225,204); }

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

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

 span { border-color: rgb(253,225,204); }

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