#FAD8BE

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

Shades of Karry #FAD8BE

Tints of Karry #FAD8BE

Color information

#FAD8BE (or 0xFAD8BE) is unknown color: approx Karry. HEX triplet: FA, D8 and BE. RGB value is (250,216,190). Sum of RGB (Red+Green+Blue) = 250+216+190=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8BE is #052741. Grayscale: #DFDFDF. Windows color (decimal): -337730 or 12507386. OLE color: 12507386.

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

Color convert

RGB250216190-
CMYK00.140.240.02
HSL26º85.71%86.27%-
HSV(B)26º24%98.04%-
XYZ73.2773.1558.97-
YUV223.2109.26147.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 216 (84.77% from 255) = 32.93%
BLUE value IS 190 (74.61% from 255) = 28.96%
R=38.11%
G=32.93%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021619000.140.240.022685.7186.27
HexFAD8BE0E1821a5656
Octal37233027601630232126126
Binary1111101011011000101111100111011000101101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8BE; }

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

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

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

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

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

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

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

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