#FBDBA0

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

Shades of Cape Honey #FBDBA0

Tints of Cape Honey #FBDBA0

Color information

#FBDBA0 (or 0xFBDBA0) is unknown color: approx Cape Honey. HEX triplet: FB, DB and A0. RGB value is (251,219,160). Sum of RGB (Red+Green+Blue) = 251+219+160=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 160 (62.89% from 255 or 25.40% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDBA0 is #04245F. Grayscale: #DEDEDE. Windows color (decimal): -271456 or 10542075. OLE color: 10542075.

HSL color Cylindrical-coordinate representation of color #FBDBA0: hue angle of 38.9º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBDBA0 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB251219160-
CMYK00.130.360.02
HSL38.9º91.92%80.59%-
HSV(B)38.9º36.25%98.43%-
XYZ71.4673.7143.72-
YUV221.8493.1148.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 160 (62.89% from 255) = 25.40%
R=39.84%
G=34.76%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121916000.130.360.0238.991.9280.59
HexFBDBA00D242275c51
Octal37333324001544247134121
Binary111110111101101110100000011011001001010011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBA0; }

 p { color: rgb(251,219,160); }

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

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

 a { background-color: rgb(251,219,160); }

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

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

 span { border-color: rgb(251,219,160); }

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