#FFD7A6

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

Shades of Frangipani #FFD7A6

Tints of Frangipani #FFD7A6

Color information

#FFD7A6 (or 0xFFD7A6) is unknown color: approx Frangipani. HEX triplet: FF, D7 and A6. RGB value is (255,215,166). Sum of RGB (Red+Green+Blue) = 255+215+166=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 166 (65.23% from 255 or 26.10% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD7A6 is #002859. Grayscale: #DDDDDD. Windows color (decimal): -10330 or 10934271. OLE color: 10934271.

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

Color convert

RGB255215166-
CMYK00.160.350
HSL33.03º100%82.55%-
HSV(B)33.03º34.9%100%-
XYZ72.4272.6146.28-
YUV221.3796.75151.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 215 (84.38% from 255) = 33.81%
BLUE value IS 166 (65.23% from 255) = 26.10%
R=40.09%
G=33.81%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521516600.160.35033.0310082.55
HexFFD7A6010230216453
Octal37732724602043041144123
Binary111111111101011110100110010000100011010000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7A6; }

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

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

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

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

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

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

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

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