Html Css Color HEX #FAD9A2 Frangipani

📋 copy color: '#FAD9A2'

red 250 ◦ green 217 ◦ blue 162

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

Shades of Frangipani #FAD9A2

Tints of Frangipani #FAD9A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.76%

R = 39.75%
G = 34.5%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAD9A2 (or 0xFAD9A2) is known color: Frangipani. HEX triplet: FA, D9 and A2. RGB value is (250,217,162). Sum of RGB (Red+Green+Blue) = 250+217+162=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 162 (63.67% from 255 or 25.76% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD9A2 is #05265D. Grayscale: #DCDCDC. Windows color (decimal): -337502 or 10672634. OLE color: 10672634.

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

Color convert

RGB 250 217 162 -
CMYK 0 0.13 0.35 0.02
HSL 37.5º 0.9% 0.81% -
HSV(B) 37.5º 0.35% 0.98% -
XYZ 70.76 72.56 44.46 -
YUV 220.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 250 217 162 0 0.13 0.35 0.02 37.5 0.9 0.81
Hex FA D9 A2 0 D 23 2 26 5A 51
Octal 372 331 242 0 15 43 2 46 132 121
Binary 11111010 11011001 10100010 0 1101 100011 10 100110 1011010 1010001

Color Harmonies of #FAD9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD9A2

Black with #FAD9A2

Text Example


Text Example

White with #FAD9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD9A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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