#FBD9BD

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

Shades of Karry #FBD9BD

Tints of Karry #FBD9BD

Color information

#FBD9BD (or 0xFBD9BD) is unknown color: approx Karry. HEX triplet: FB, D9 and BD. RGB value is (251,217,189). Sum of RGB (Red+Green+Blue) = 251+217+189=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9BD is #042642. Grayscale: #E0E0E0. Windows color (decimal): -271939 or 12442107. OLE color: 12442107.

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

Color convert

RGB251217189-
CMYK00.140.250.02
HSL27.1º88.57%86.27%-
HSV(B)27.1º24.7%98.43%-
XYZ73.7873.8158.5-
YUV223.97108.26147.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 189 (74.22% from 255) = 28.77%
R=38.20%
G=33.03%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121718900.140.250.0227.188.5786.27
HexFBD9BD0E1921b5956
Octal37333127501631233131126
Binary1111101111011001101111010111011001101101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9BD; }

 p { color: rgb(251,217,189); }

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

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

 a { background-color: rgb(251,217,189); }

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

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

 span { border-color: rgb(251,217,189); }

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