Html Css Color HEX #FFD6A1 Frangipani

📋 copy color: '#FFD6A1'

red 255 ◦ green 214 ◦ blue 161

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

Shades of Frangipani #FFD6A1

Tints of Frangipani #FFD6A1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.97%

 BLUE value IS 161 (63.28% from 255) = 25.56%

R = 40.48%
G = 33.97%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFD6A1 (or 0xFFD6A1) is known color: Frangipani. HEX triplet: FF, D6 and A1. RGB value is (255,214,161). Sum of RGB (Red+Green+Blue) = 255+214+161=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 161 (63.28% from 255 or 25.56% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD6A1 is #00295E. Grayscale: #DCDCDC. Windows color (decimal): -10591 or 10606335. OLE color: 10606335.

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

Color convert

RGB 255 214 161 -
CMYK 0 0.16 0.37 0
HSL 33.83º 1% 0.82% -
HSV(B) 33.83º 0.37% 1% -
XYZ 71.72 71.93 43.82 -
YUV 220.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 255 214 161 0 0.16 0.37 0 33.83 1 0.82
Hex FF D6 A1 0 10 25 0 22 64 52
Octal 377 326 241 0 20 45 0 42 144 122
Binary 11111111 11010110 10100001 0 10000 100101 0 100010 1100100 1010010

Color Harmonies of #FFD6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6A1

Black with #FFD6A1

Text Example


Text Example

White with #FFD6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6A1; }

 p { color: rgb(255,214,161); }

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

background-color css

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

 a { background-color: rgb(255,214,161); }

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

border-color css

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

 span { border-color: rgb(255,214,161); }

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