#FBDAA5

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

Shades of Frangipani #FBDAA5

Tints of Frangipani #FBDAA5

Color information

#FBDAA5 (or 0xFBDAA5) is unknown color: approx Frangipani. HEX triplet: FB, DA and A5. RGB value is (251,218,165). Sum of RGB (Red+Green+Blue) = 251+218+165=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 165 (64.84% from 255 or 26.03% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDAA5 is #04255A. Grayscale: #DEDEDE. Windows color (decimal): -271707 or 10869499. OLE color: 10869499.

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

Color convert

RGB251218165-
CMYK00.130.340.02
HSL36.98º91.49%81.57%-
HSV(B)36.98º34.26%98.43%-
XYZ71.6573.3745.98-
YUV221.8295.93148.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 165 (64.84% from 255) = 26.03%
R=39.59%
G=34.38%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121816500.130.340.0236.9891.4981.57
HexFBDAA50D222255b52
Octal37333224501542245133122
Binary111110111101101010100101011011000101010010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAA5; }

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

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

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

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

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

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

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

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