#FBD8BE

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

Shades of Karry #FBD8BE

Tints of Karry #FBD8BE

Color information

#FBD8BE (or 0xFBD8BE) is unknown color: approx Karry. HEX triplet: FB, D8 and BE. RGB value is (251,216,190). Sum of RGB (Red+Green+Blue) = 251+216+190=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8BE is #042741. Grayscale: #DFDFDF. Windows color (decimal): -272194 or 12507387. OLE color: 12507387.

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

Color convert

RGB251216190-
CMYK00.140.240.02
HSL25.57º88.41%86.47%-
HSV(B)25.57º24.3%98.43%-
XYZ73.6373.3458.99-
YUV223.5109.1147.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 216 (84.77% from 255) = 32.88%
BLUE value IS 190 (74.61% from 255) = 28.92%
R=38.20%
G=32.88%
B=28.92%

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
Decimal25121619000.140.240.0225.5788.4186.47
HexFBD8BE0E1821a5856
Octal37333027601630232130126
Binary1111101111011000101111100111011000101101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8BE; }

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

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

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

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

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

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

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

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