#FFDBA0

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

Shades of Frangipani #FFDBA0

Tints of Frangipani #FFDBA0

Color information

#FFDBA0 (or 0xFFDBA0) is unknown color: approx Frangipani. HEX triplet: FF, DB and A0. RGB value is (255,219,160). Sum of RGB (Red+Green+Blue) = 255+219+160=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA0 is #00245F. Grayscale: #DFDFDF. Windows color (decimal): -9312 or 10542079. OLE color: 10542079.

HSL color Cylindrical-coordinate representation of color #FFDBA0: hue angle of 37.26º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFDBA0 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255219160-
CMYK00.140.370
HSL37.26º100%81.37%-
HSV(B)37.26º37.25%100%-
XYZ72.9274.4643.79-
YUV223.0492.43150.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 160 (62.89% from 255) = 25.24%
R=40.22%
G=34.54%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521916000.140.37037.2610081.37
HexFFDBA00E250256451
Octal37733324001645045144121
Binary11111111110110111010000001110100101010010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBA0; }

 p { color: rgb(255,219,160); }

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

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

 a { background-color: rgb(255,219,160); }

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

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

 span { border-color: rgb(255,219,160); }

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