#FBD5A4

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

Shades of Frangipani #FBD5A4

Tints of Frangipani #FBD5A4

Color information

#FBD5A4 (or 0xFBD5A4) is unknown color: approx Frangipani. HEX triplet: FB, D5 and A4. RGB value is (251,213,164). Sum of RGB (Red+Green+Blue) = 251+213+164=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 164 (64.45% from 255 or 26.11% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD5A4 is #042A5B. Grayscale: #DBDBDB. Windows color (decimal): -272988 or 10802683. OLE color: 10802683.

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

Color convert

RGB251213164-
CMYK00.150.350.02
HSL33.79º91.58%81.37%-
HSV(B)33.79º34.66%98.43%-
XYZ70.2870.7845.08-
YUV218.7897.09150.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 164 (64.45% from 255) = 26.11%
R=39.97%
G=33.92%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121316400.150.350.0233.7991.5881.37
HexFBD5A40F232225c51
Octal37332524401743242134121
Binary111110111101010110100100011111000111010001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5A4; }

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

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

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

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

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

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

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

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