#FADEC7

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

Shades of Karry #FADEC7

Tints of Karry #FADEC7

Color information

#FADEC7 (or 0xFADEC7) is unknown color: approx Karry. HEX triplet: FA, DE and C7. RGB value is (250,222,199). Sum of RGB (Red+Green+Blue) = 250+222+199=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEC7 is #052138. Grayscale: #E3E3E3. Windows color (decimal): -336185 or 13098746. OLE color: 13098746.

HSL color Cylindrical-coordinate representation of color #FADEC7: hue angle of 27.06º degrees, saturation: 0.84, 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 #FADEC7 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250222199-
CMYK00.110.200.02
HSL27.06º83.61%88.04%-
HSV(B)27.06º20.4%98.04%-
XYZ75.8576.6964.84-
YUV227.75111.78143.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 199 (78.12% from 255) = 29.66%
R=37.26%
G=33.08%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022219900.110.200.0227.0683.6188.04
HexFADEC70B1421b5458
Octal37233630701324233124130
Binary1111101011011110110001110101110100101101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEC7; }

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

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

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

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

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

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

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

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