#FFD2A0

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

Shades of Frangipani #FFD2A0

Tints of Frangipani #FFD2A0

Color information

#FFD2A0 (or 0xFFD2A0) is unknown color: approx Frangipani. HEX triplet: FF, D2 and A0. RGB value is (255,210,160). Sum of RGB (Red+Green+Blue) = 255+210+160=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 160 (62.89% from 255 or 25.6% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2A0 is #002D5F. Grayscale: #D9D9D9. Windows color (decimal): -11616 or 10539775. OLE color: 10539775.

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

Color convert

RGB255210160-
CMYK00.180.370
HSL31.58º100%81.37%-
HSV(B)31.58º37.25%100%-
XYZ70.6369.8943.03-
YUV217.7695.41154.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 160 (62.89% from 255) = 25.6%
R=40.8%
G=33.6%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521016000.180.37031.5810081.37
HexFFD2A0012250206451
Octal37732224002245040144121
Binary111111111101001010100000010010100101010000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2A0; }

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

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

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

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

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

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

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

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