#FBD8BD

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

Shades of Karry #FBD8BD

Tints of Karry #FBD8BD

Color information

#FBD8BD (or 0xFBD8BD) is unknown color: approx Karry. HEX triplet: FB, D8 and BD. RGB value is (251,216,189). Sum of RGB (Red+Green+Blue) = 251+216+189=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8BD is #042742. Grayscale: #DFDFDF. Windows color (decimal): -272195 or 12441851. OLE color: 12441851.

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

Color convert

RGB251216189-
CMYK00.140.250.02
HSL26.13º88.57%86.27%-
HSV(B)26.13º24.7%98.43%-
XYZ73.5273.358.42-
YUV223.39108.6147.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 216 (84.77% from 255) = 32.93%
BLUE value IS 189 (74.22% from 255) = 28.81%
R=38.26%
G=32.93%
B=28.81%

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
Decimal25121618900.140.250.0226.1388.5786.27
HexFBD8BD0E1921a5956
Octal37333027501631232131126
Binary1111101111011000101111010111011001101101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8BD; }

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

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

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

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

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

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

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

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