#FADEC8

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

Shades of Karry #FADEC8

Tints of Karry #FADEC8

Color information

#FADEC8 (or 0xFADEC8) is unknown color: approx Karry. HEX triplet: FA, DE and C8. RGB value is (250,222,200). Sum of RGB (Red+Green+Blue) = 250+222+200=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEC8 is #052137. Grayscale: #E3E3E3. Windows color (decimal): -336184 or 13164282. OLE color: 13164282.

HSL color Cylindrical-coordinate representation of color #FADEC8: hue angle of 26.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FADEC8 is Cyan = 0, Magento = 0.11, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB250222200-
CMYK00.110.20.02
HSL26.4º83.33%88.24%-
HSV(B)26.4º20%98.04%-
XYZ75.9776.7465.45-
YUV227.86112.28143.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 200 (78.52% from 255) = 29.76%
R=37.20%
G=33.04%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022220000.110.20.0226.483.3388.24
HexFADEC80B1421a5358
Octal37233631001324232123130
Binary1111101011011110110010000101110100101101010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEC8; }

 p { color: rgb(250,222,200); }

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

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

 a { background-color: rgb(250,222,200); }

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

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

 span { border-color: rgb(250,222,200); }

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