#FFD2A4

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

Shades of Frangipani #FFD2A4

Tints of Frangipani #FFD2A4

Color information

#FFD2A4 (or 0xFFD2A4) is unknown color: approx Frangipani. HEX triplet: FF, D2 and A4. RGB value is (255,210,164). Sum of RGB (Red+Green+Blue) = 255+210+164=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 164 (64.45% from 255 or 26.07% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2A4 is #002D5B. Grayscale: #DADADA. Windows color (decimal): -11612 or 10801919. OLE color: 10801919.

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

Color convert

RGB255210164-
CMYK00.180.360
HSL30.33º100%82.16%-
HSV(B)30.33º35.69%100%-
XYZ70.9970.0344.9-
YUV218.2197.41154.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 210 (82.42% from 255) = 33.39%
BLUE value IS 164 (64.45% from 255) = 26.07%
R=40.54%
G=33.39%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521016400.180.36030.3310082.16
HexFFD2A40122401e6452
Octal37732224402244036144122
Binary11111111110100101010010001001010010001111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2A4; }

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

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

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

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

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

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

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

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