#FFDBA1

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

Shades of Frangipani #FFDBA1

Tints of Frangipani #FFDBA1

Color information

#FFDBA1 (or 0xFFDBA1) is unknown color: approx Frangipani. HEX triplet: FF, DB and A1. RGB value is (255,219,161). Sum of RGB (Red+Green+Blue) = 255+219+161=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA1 is #00245E. Grayscale: #DFDFDF. Windows color (decimal): -9311 or 10607615. OLE color: 10607615.

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

Color convert

RGB255219161-
CMYK00.140.370
HSL37.02º100%81.57%-
HSV(B)37.02º36.86%100%-
XYZ7374.544.25-
YUV223.1592.93150.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 161 (63.28% from 255) = 25.35%
R=40.16%
G=34.49%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521916100.140.37037.0210081.57
HexFFDBA10E250256452
Octal37733324101645045144122
Binary11111111110110111010000101110100101010010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBA1; }

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

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

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

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

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

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

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

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