#FBDBA4

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

Shades of Cape Honey #FBDBA4

Tints of Cape Honey #FBDBA4

Color information

#FBDBA4 (or 0xFBDBA4) is unknown color: approx Cape Honey. HEX triplet: FB, DB and A4. RGB value is (251,219,164). Sum of RGB (Red+Green+Blue) = 251+219+164=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 164 (64.45% from 255 or 25.87% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDBA4 is #04245B. Grayscale: #DEDEDE. Windows color (decimal): -271452 or 10804219. OLE color: 10804219.

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

Color convert

RGB251219164-
CMYK00.130.350.02
HSL37.93º91.58%81.37%-
HSV(B)37.93º34.66%98.43%-
XYZ71.8273.8545.59-
YUV222.395.1148.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 164 (64.45% from 255) = 25.87%
R=39.59%
G=34.54%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121916400.130.350.0237.9391.5881.37
HexFBDBA40D232265c51
Octal37333324401543246134121
Binary111110111101101110100100011011000111010011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBA4; }

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

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

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

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

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

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

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

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