#FBDAA1

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

Shades of Frangipani #FBDAA1

Tints of Frangipani #FBDAA1

Color information

#FBDAA1 (or 0xFBDAA1) is unknown color: approx Frangipani. HEX triplet: FB, DA and A1. RGB value is (251,218,161). Sum of RGB (Red+Green+Blue) = 251+218+161=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 161 (63.28% from 255 or 25.56% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDAA1 is #04255E. Grayscale: #DDDDDD. Windows color (decimal): -271711 or 10607355. OLE color: 10607355.

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

Color convert

RGB251218161-
CMYK00.130.360.02
HSL38º91.84%80.78%-
HSV(B)38º35.86%98.43%-
XYZ71.2973.2344.09-
YUV221.3793.93149.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 161 (63.28% from 255) = 25.56%
R=39.84%
G=34.60%
B=25.56%

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
Decimal25121816100.130.360.023891.8480.78
HexFBDAA10D242265c51
Octal37333224101544246134121
Binary111110111101101010100001011011001001010011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAA1; }

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

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

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

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

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

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

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

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