Html Css Color HEX #FAD9A1 Frangipani

📋 copy color: '#FAD9A1'

red 250 ◦ green 217 ◦ blue 161

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

Shades of Frangipani #FAD9A1

Tints of Frangipani #FAD9A1

RGB

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

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

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

R = 39.81%
G = 34.55%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAD9A1 (or 0xFAD9A1) is known color: Frangipani. HEX triplet: FA, D9 and A1. RGB value is (250,217,161). Sum of RGB (Red+Green+Blue) = 250+217+161=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 161 (63.28% from 255 or 25.64% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD9A1 is #05265E. Grayscale: #DCDCDC. Windows color (decimal): -337503 or 10607098. OLE color: 10607098.

HSL color Cylindrical-coordinate representation of color #FAD9A1: hue angle of 37.75º 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 #FAD9A1 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 217 161 -
CMYK 0 0.13 0.36 0.02
HSL 37.75º 0.9% 0.81% -
HSV(B) 37.75º 0.36% 0.98% -
XYZ 70.67 72.52 43.99 -
YUV 220.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 250 217 161 0 0.13 0.36 0.02 37.75 0.9 0.81
Hex FA D9 A1 0 D 24 2 26 5A 51
Octal 372 331 241 0 15 44 2 46 132 121
Binary 11111010 11011001 10100001 0 1101 100100 10 100110 1011010 1010001

Color Harmonies of #FAD9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD9A1

Black with #FAD9A1

Text Example


Text Example

White with #FAD9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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