#FBDFA5

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

Shades of Cape Honey #FBDFA5

Tints of Cape Honey #FBDFA5

Color information

#FBDFA5 (or 0xFBDFA5) is unknown color: approx Cape Honey. HEX triplet: FB, DF and A5. RGB value is (251,223,165). Sum of RGB (Red+Green+Blue) = 251+223+165=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 165 (64.84% from 255 or 25.82% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFA5 is #04205A. Grayscale: #E1E1E1. Windows color (decimal): -270427 or 10870779. OLE color: 10870779.

HSL color Cylindrical-coordinate representation of color #FBDFA5: hue angle of 40.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBDFA5 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB251223165-
CMYK00.110.340.02
HSL40.47º91.49%81.57%-
HSV(B)40.47º34.26%98.43%-
XYZ72.967646.42-
YUV224.7694.28146.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.28%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 165 (64.84% from 255) = 25.82%
R=39.28%
G=34.90%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122316500.110.340.0240.4791.4981.57
HexFBDFA50B222285b52
Octal37333724501342250133122
Binary111110111101111110100101010111000101010100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFA5; }

 p { color: rgb(251,223,165); }

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

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

 a { background-color: rgb(251,223,165); }

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

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

 span { border-color: rgb(251,223,165); }

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