#FFDBA3

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

Shades of Frangipani #FFDBA3

Tints of Frangipani #FFDBA3

Color information

#FFDBA3 (or 0xFFDBA3) is unknown color: approx Frangipani. HEX triplet: FF, DB and A3. RGB value is (255,219,163). Sum of RGB (Red+Green+Blue) = 255+219+163=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 163 (64.06% from 255 or 25.59% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA3 is #00245C. Grayscale: #DFDFDF. Windows color (decimal): -9309 or 10738687. OLE color: 10738687.

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

Color convert

RGB255219163-
CMYK00.140.360
HSL36.52º100%81.96%-
HSV(B)36.52º36.08%100%-
XYZ73.1874.5745.19-
YUV223.3893.93150.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 163 (64.06% from 255) = 25.59%
R=40.03%
G=34.38%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521916300.140.36036.5210081.96
HexFFDBA30E240256452
Octal37733324301644045144122
Binary11111111110110111010001101110100100010010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBA3; }

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

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

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

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

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

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

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

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