#FAD8BF

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

Shades of Karry #FAD8BF

Tints of Karry #FAD8BF

Color information

#FAD8BF (or 0xFAD8BF) is unknown color: approx Karry. HEX triplet: FA, D8 and BF. RGB value is (250,216,191). Sum of RGB (Red+Green+Blue) = 250+216+191=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8BF is #052740. Grayscale: #DFDFDF. Windows color (decimal): -337729 or 12572922. OLE color: 12572922.

HSL color Cylindrical-coordinate representation of color #FAD8BF: hue angle of 25.42º 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 #FAD8BF is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250216191-
CMYK00.140.240.02
HSL25.42º85.51%86.47%-
HSV(B)25.42º23.6%98.04%-
XYZ73.3873.259.55-
YUV223.32109.76147.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 216 (84.77% from 255) = 32.88%
BLUE value IS 191 (75% from 255) = 29.07%
R=38.05%
G=32.88%
B=29.07%

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
Decimal25021619100.140.240.0225.4285.5186.47
HexFAD8BF0E182195656
Octal37233027701630231126126
Binary1111101011011000101111110111011000101100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8BF; }

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

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

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

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

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

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

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

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