Html Css Color HEX #FFD5A9 Frangipani

📋 copy color: '#FFD5A9'

red 255 ◦ green 213 ◦ blue 169

#FFD5A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frangipani #FFD5A9

Tints of Frangipani #FFD5A9

RGB

 RED value IS 255 (100% from 255) = 40.03%

 GREEN value IS 213 (83.59% from 255) = 33.44%

 BLUE value IS 169 (66.41% from 255) = 26.53%

R = 40.03%
G = 33.44%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFD5A9 (or 0xFFD5A9) is known color: Frangipani. HEX triplet: FF, D5 and A9. RGB value is (255,213,169). Sum of RGB (Red+Green+Blue) = 255+213+169=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 169 (66.41% from 255 or 26.53% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5A9 is #002A56. Grayscale: #DCDCDC. Windows color (decimal): -10839 or 11130367. OLE color: 11130367.

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

Color convert

RGB 255 213 169 -
CMYK 0 0.16 0.34 0
HSL 30.7º 1% 0.83% -
HSV(B) 30.7º 0.34% 1% -
XYZ 72.2 71.71 47.57 -
YUV 220.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 255 213 169 0 0.16 0.34 0 30.7 1 0.83
Hex FF D5 A9 0 10 22 0 1F 64 53
Octal 377 325 251 0 20 42 0 37 144 123
Binary 11111111 11010101 10101001 0 10000 100010 0 11111 1100100 1010011

Color Harmonies of #FFD5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5A9

Black with #FFD5A9

Text Example


Text Example

White with #FFD5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5A9; }

 p { color: rgb(255,213,169); }

 H1.HeaderClassName
 {
   color: #FFD5A9;
 }
 .AnyTagClassName
 {
   color: #FFD5A9;
 }
</style>

background-color css

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

 a { background-color: rgb(255,213,169); }

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

border-color css

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

 span { border-color: rgb(255,213,169); }

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