#FFD4A6

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

Shades of Frangipani #FFD4A6

Tints of Frangipani #FFD4A6

Color information

#FFD4A6 (or 0xFFD4A6) is unknown color: approx Frangipani. HEX triplet: FF, D4 and A6. RGB value is (255,212,166). Sum of RGB (Red+Green+Blue) = 255+212+166=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 166 (65.23% from 255 or 26.22% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4A6 is #002B59. Grayscale: #DBDBDB. Windows color (decimal): -11098 or 10933503. OLE color: 10933503.

HSL color Cylindrical-coordinate representation of color #FFD4A6: hue angle of 31.01º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFD4A6 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB255212166-
CMYK00.170.350
HSL31.01º100%82.55%-
HSV(B)31.01º34.9%100%-
XYZ71.6771.146.02-
YUV219.6197.75153.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 166 (65.23% from 255) = 26.22%
R=40.28%
G=33.49%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521216600.170.35031.0110082.55
HexFFD4A60112301f6453
Octal37732424602143037144123
Binary11111111110101001010011001000110001101111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4A6; }

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

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

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

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

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

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

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

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