Html Css Color HEX #FFD1A1 Frangipani

📋 copy color: '#FFD1A1'

red 255 ◦ green 209 ◦ blue 161

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

Shades of Frangipani #FFD1A1

Tints of Frangipani #FFD1A1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.44%

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

R = 40.8%
G = 33.44%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFD1A1 (or 0xFFD1A1) is known color: Frangipani. HEX triplet: FF, D1 and A1. RGB value is (255,209,161). Sum of RGB (Red+Green+Blue) = 255+209+161=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD1A1 is #002E5E. Grayscale: #D9D9D9. Windows color (decimal): -11871 or 10605055. OLE color: 10605055.

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

Color convert

RGB 255 209 161 -
CMYK 0 0.18 0.37 0
HSL 30.64º 1% 0.82% -
HSV(B) 30.64º 0.37% 1% -
XYZ 70.47 69.43 43.41 -
YUV 217.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 255 209 161 0 0.18 0.37 0 30.64 1 0.82
Hex FF D1 A1 0 12 25 0 1F 64 52
Octal 377 321 241 0 22 45 0 37 144 122
Binary 11111111 11010001 10100001 0 10010 100101 0 11111 1100100 1010010

Color Harmonies of #FFD1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD1A1

Black with #FFD1A1

Text Example


Text Example

White with #FFD1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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