#FFDBA5

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

Shades of Frangipani #FFDBA5

Tints of Frangipani #FFDBA5

Color information

#FFDBA5 (or 0xFFDBA5) is unknown color: approx Frangipani. HEX triplet: FF, DB and A5. RGB value is (255,219,165). Sum of RGB (Red+Green+Blue) = 255+219+165=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 165 (64.84% from 255 or 25.82% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA5 is #00245A. Grayscale: #DFDFDF. Windows color (decimal): -9307 or 10869759. OLE color: 10869759.

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

Color convert

RGB255219165-
CMYK00.140.350
HSL36º100%82.35%-
HSV(B)36º35.29%100%-
XYZ73.3674.6446.14-
YUV223.6194.93150.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 165 (64.84% from 255) = 25.82%
R=39.91%
G=34.27%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521916500.140.3503610082.35
HexFFDBA50E230246452
Octal37733324501643044144122
Binary11111111110110111010010101110100011010010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBA5; }

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

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

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

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

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

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

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

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