#FAD8C0

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

Shades of Karry #FAD8C0

Tints of Karry #FAD8C0

Color information

#FAD8C0 (or 0xFAD8C0) is unknown color: approx Karry. HEX triplet: FA, D8 and C0. RGB value is (250,216,192). Sum of RGB (Red+Green+Blue) = 250+216+192=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 192 (75.39% from 255 or 29.18% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8C0 is #05273F. Grayscale: #DFDFDF. Windows color (decimal): -337728 or 12638458. OLE color: 12638458.

HSL color Cylindrical-coordinate representation of color #FAD8C0: hue angle of 24.83º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAD8C0 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB250216192-
CMYK00.140.230.02
HSL24.83º85.29%86.67%-
HSV(B)24.83º23.2%98.04%-
XYZ73.4973.2460.13-
YUV223.43110.26146.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 216 (84.77% from 255) = 32.83%
BLUE value IS 192 (75.39% from 255) = 29.18%
R=37.99%
G=32.83%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021619200.140.230.0224.8385.2986.67
HexFAD8C00E172195557
Octal37233030001627231125127
Binary1111101011011000110000000111010111101100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8C0; }

 p { color: rgb(250,216,192); }

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

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

 a { background-color: rgb(250,216,192); }

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

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

 span { border-color: rgb(250,216,192); }

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