#FFD4A7

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

Shades of Frangipani #FFD4A7

Tints of Frangipani #FFD4A7

Color information

#FFD4A7 (or 0xFFD4A7) is unknown color: approx Frangipani. HEX triplet: FF, D4 and A7. RGB value is (255,212,167). Sum of RGB (Red+Green+Blue) = 255+212+167=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 167 (65.62% from 255 or 26.34% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD4A7 is #002B58. Grayscale: #DBDBDB. Windows color (decimal): -11097 or 10999039. OLE color: 10999039.

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

Color convert

RGB255212167-
CMYK00.170.350
HSL30.68º100%82.75%-
HSV(B)30.68º34.51%100%-
XYZ71.7671.1446.51-
YUV219.7398.25153.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 212 (83.20% from 255) = 33.44%
BLUE value IS 167 (65.62% from 255) = 26.34%
R=40.22%
G=33.44%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521216700.170.35030.6810082.75
HexFFD4A70112301f6453
Octal37732424702143037144123
Binary11111111110101001010011101000110001101111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4A7; }

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

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

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

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

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

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

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

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