#FFDBA4

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

Shades of Frangipani #FFDBA4

Tints of Frangipani #FFDBA4

Color information

#FFDBA4 (or 0xFFDBA4) is unknown color: approx Frangipani. HEX triplet: FF, DB and A4. RGB value is (255,219,164). Sum of RGB (Red+Green+Blue) = 255+219+164=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA4 is #00245B. Grayscale: #DFDFDF. Windows color (decimal): -9308 or 10804223. OLE color: 10804223.

HSL color Cylindrical-coordinate representation of color #FFDBA4: hue angle of 36.26º 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 #FFDBA4 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255219164-
CMYK00.140.360
HSL36.26º100%82.16%-
HSV(B)36.26º35.69%100%-
XYZ73.2774.645.66-
YUV223.4994.43150.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 164 (64.45% from 255) = 25.71%
R=39.97%
G=34.33%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521916400.140.36036.2610082.16
HexFFDBA40E240246452
Octal37733324401644044144122
Binary11111111110110111010010001110100100010010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBA4; }

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

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

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

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

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

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

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

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