#FBDCBE

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

Shades of Karry #FBDCBE

Tints of Karry #FBDCBE

Color information

#FBDCBE (or 0xFBDCBE) is unknown color: approx Karry. HEX triplet: FB, DC and BE. RGB value is (251,220,190). Sum of RGB (Red+Green+Blue) = 251+220+190=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCBE is #042341. Grayscale: #E1E1E1. Windows color (decimal): -271170 or 12508411. OLE color: 12508411.

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

Color convert

RGB251220190-
CMYK00.120.240.02
HSL29.51º88.41%86.47%-
HSV(B)29.51º24.3%98.43%-
XYZ74.6775.4159.34-
YUV225.85107.77145.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 190 (74.61% from 255) = 28.74%
R=37.97%
G=33.28%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122019000.120.240.0229.5188.4186.47
HexFBDCBE0C1821e5856
Octal37333427601430236130126
Binary1111101111011100101111100110011000101111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCBE; }

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

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

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

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

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

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

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

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