#FFD8A0

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

Shades of Frangipani #FFD8A0

Tints of Frangipani #FFD8A0

Color information

#FFD8A0 (or 0xFFD8A0) is unknown color: approx Frangipani. HEX triplet: FF, D8 and A0. RGB value is (255,216,160). Sum of RGB (Red+Green+Blue) = 255+216+160=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD8A0 is #00275F. Grayscale: #DDDDDD. Windows color (decimal): -10080 or 10541311. OLE color: 10541311.

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

Color convert

RGB255216160-
CMYK00.150.370
HSL35.37º100%81.37%-
HSV(B)35.37º37.25%100%-
XYZ72.1472.9143.53-
YUV221.2893.42152.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 216 (84.77% from 255) = 34.23%
BLUE value IS 160 (62.89% from 255) = 25.36%
R=40.41%
G=34.23%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521616000.150.37035.3710081.37
HexFFD8A00F250236451
Octal37733024001745043144121
Binary11111111110110001010000001111100101010001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8A0; }

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

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

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

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

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

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

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

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