Html Css Color HEX #FAD3A1 Frangipani

📋 copy color: '#FAD3A1'

red 250 ◦ green 211 ◦ blue 161

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

Shades of Frangipani #FAD3A1

Tints of Frangipani #FAD3A1

RGB

 RED value IS 250 (98.05% from 255) = 40.19%

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

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

R = 40.19%
G = 33.92%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAD3A1 (or 0xFAD3A1) is known color: Frangipani. HEX triplet: FA, D3 and A1. RGB value is (250,211,161). Sum of RGB (Red+Green+Blue) = 250+211+161=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD3A1 is #052C5E. Grayscale: #D9D9D9. Windows color (decimal): -339039 or 10605562. OLE color: 10605562.

HSL color Cylindrical-coordinate representation of color #FAD3A1: hue angle of 33.71º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAD3A1 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 161 -
CMYK 0 0.16 0.36 0.02
HSL 33.71º 0.9% 0.81% -
HSV(B) 33.71º 0.36% 0.98% -
XYZ 69.15 69.49 43.49 -
YUV 216.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 250 211 161 0 0.16 0.36 0.02 33.71 0.9 0.81
Hex FA D3 A1 0 10 24 2 22 5A 51
Octal 372 323 241 0 20 44 2 42 132 121
Binary 11111010 11010011 10100001 0 10000 100100 10 100010 1011010 1010001

Color Harmonies of #FAD3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3A1

Black with #FAD3A1

Text Example


Text Example

White with #FAD3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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