Html Css Color HEX #FFD9A0 Frangipani

📋 copy color: '#FFD9A0'

red 255 ◦ green 217 ◦ blue 160

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

Shades of Frangipani #FFD9A0

Tints of Frangipani #FFD9A0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.34%

 BLUE value IS 160 (62.89% from 255) = 25.32%

R = 40.35%
G = 34.34%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFD9A0 (or 0xFFD9A0) is known color: Frangipani. HEX triplet: FF, D9 and A0. RGB value is (255,217,160). Sum of RGB (Red+Green+Blue) = 255+217+160=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD9A0 is #00265F. Grayscale: #DEDEDE. Windows color (decimal): -9824 or 10541567. OLE color: 10541567.

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

Color convert

RGB 255 217 160 -
CMYK 0 0.15 0.37 0
HSL 36º 1% 0.81% -
HSV(B) 36º 0.37% 1% -
XYZ 72.4 73.42 43.61 -
YUV 221.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 255 217 160 0 0.15 0.37 0 36 1 0.81
Hex FF D9 A0 0 F 25 0 24 64 51
Octal 377 331 240 0 17 45 0 44 144 121
Binary 11111111 11011001 10100000 0 1111 100101 0 100100 1100100 1010001

Color Harmonies of #FFD9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD9A0

Black with #FFD9A0

Text Example


Text Example

White with #FFD9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD9A0; }

 p { color: rgb(255,217,160); }

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

background-color css

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

 a { background-color: rgb(255,217,160); }

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

border-color css

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

 span { border-color: rgb(255,217,160); }

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