Html Css Color HEX #FFD3A1 Frangipani

📋 copy color: '#FFD3A1'

red 255 ◦ green 211 ◦ blue 161

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

Shades of Frangipani #FFD3A1

Tints of Frangipani #FFD3A1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.65%

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

R = 40.67%
G = 33.65%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFD3A1 (or 0xFFD3A1) is known color: Frangipani. HEX triplet: FF, D3 and A1. RGB value is (255,211,161). Sum of RGB (Red+Green+Blue) = 255+211+161=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 161 (63.28% from 255 or 25.68% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3A1 is #002C5E. Grayscale: #DADADA. Windows color (decimal): -11359 or 10605567. OLE color: 10605567.

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

Color convert

RGB 255 211 161 -
CMYK 0 0.17 0.37 0
HSL 31.91º 1% 0.82% -
HSV(B) 31.91º 0.37% 1% -
XYZ 70.97 70.42 43.57 -
YUV 218.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 255 211 161 0 0.17 0.37 0 31.91 1 0.82
Hex FF D3 A1 0 11 25 0 20 64 52
Octal 377 323 241 0 21 45 0 40 144 122
Binary 11111111 11010011 10100001 0 10001 100101 0 100000 1100100 1010010

Color Harmonies of #FFD3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD3A1

Black with #FFD3A1

Text Example


Text Example

White with #FFD3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD3A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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