#FFD4A5

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

Shades of Frangipani #FFD4A5

Tints of Frangipani #FFD4A5

Color information

#FFD4A5 (or 0xFFD4A5) is unknown color: approx Frangipani. HEX triplet: FF, D4 and A5. RGB value is (255,212,165). Sum of RGB (Red+Green+Blue) = 255+212+165=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 165 (64.84% from 255 or 26.11% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4A5 is #002B5A. Grayscale: #DBDBDB. Windows color (decimal): -11099 or 10867967. OLE color: 10867967.

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

Color convert

RGB255212165-
CMYK00.170.350
HSL31.33º100%82.35%-
HSV(B)31.33º35.29%100%-
XYZ71.5871.0645.54-
YUV219.597.25153.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 165 (64.84% from 255) = 26.11%
R=40.35%
G=33.54%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521216500.170.35031.3310082.35
HexFFD4A50112301f6452
Octal37732424502143037144122
Binary11111111110101001010010101000110001101111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4A5; }

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

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

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

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

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

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

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

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