#FBDAA2

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

Shades of Frangipani #FBDAA2

Tints of Frangipani #FBDAA2

Color information

#FBDAA2 (or 0xFBDAA2) is unknown color: approx Frangipani. HEX triplet: FB, DA and A2. RGB value is (251,218,162). Sum of RGB (Red+Green+Blue) = 251+218+162=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 162 (63.67% from 255 or 25.67% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDAA2 is #04255D. Grayscale: #DDDDDD. Windows color (decimal): -271710 or 10672891. OLE color: 10672891.

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

Color convert

RGB251218162-
CMYK00.130.350.02
HSL37.75º91.75%80.98%-
HSV(B)37.75º35.46%98.43%-
XYZ71.3873.2644.56-
YUV221.4894.43149.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 162 (63.67% from 255) = 25.67%
R=39.78%
G=34.55%
B=25.67%

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
Decimal25121816200.130.350.0237.7591.7580.98
HexFBDAA20D232265c51
Octal37333224201543246134121
Binary111110111101101010100010011011000111010011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAA2; }

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

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

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

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

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

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

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

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