Html Css Color HEX #FFD9A6 Frangipani

📋 copy color: '#FFD9A6'

red 255 ◦ green 217 ◦ blue 166

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

Shades of Frangipani #FFD9A6

Tints of Frangipani #FFD9A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.02%

R = 39.97%
G = 34.01%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFD9A6 (or 0xFFD9A6) is known color: Frangipani. HEX triplet: FF, D9 and A6. RGB value is (255,217,166). Sum of RGB (Red+Green+Blue) = 255+217+166=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD9A6 is #002659. Grayscale: #DEDEDE. Windows color (decimal): -9818 or 10934783. OLE color: 10934783.

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

Color convert

RGB 255 217 166 -
CMYK 0 0.15 0.35 0
HSL 34.38º 1% 0.83% -
HSV(B) 34.38º 0.35% 1% -
XYZ 72.94 73.64 46.45 -
YUV 222.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 255 217 166 0 0.15 0.35 0 34.38 1 0.83
Hex FF D9 A6 0 F 23 0 22 64 53
Octal 377 331 246 0 17 43 0 42 144 123
Binary 11111111 11011001 10100110 0 1111 100011 0 100010 1100100 1010011

Color Harmonies of #FFD9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD9A6

Black with #FFD9A6

Text Example


Text Example

White with #FFD9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD9A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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