#FFD5A0

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

Shades of Frangipani #FFD5A0

Tints of Frangipani #FFD5A0

Color information

#FFD5A0 (or 0xFFD5A0) is unknown color: approx Frangipani. HEX triplet: FF, D5 and A0. RGB value is (255,213,160). Sum of RGB (Red+Green+Blue) = 255+213+160=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5A0 is #002A5F. Grayscale: #DBDBDB. Windows color (decimal): -10848 or 10540543. OLE color: 10540543.

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

Color convert

RGB255213160-
CMYK00.160.370
HSL33.47º100%81.37%-
HSV(B)33.47º37.25%100%-
XYZ71.3871.3943.27-
YUV219.5294.41153.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 160 (62.89% from 255) = 25.48%
R=40.61%
G=33.92%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521316000.160.37033.4710081.37
HexFFD5A0010250216451
Octal37732524002045041144121
Binary111111111101010110100000010000100101010000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5A0; }

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

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

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

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

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

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

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

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