Html Css Color HEX #FADAA2 Frangipani

📋 copy color: '#FADAA2'

red 250 ◦ green 218 ◦ blue 162

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

Shades of Frangipani #FADAA2

Tints of Frangipani #FADAA2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.6%

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

R = 39.68%
G = 34.6%
B = 25.71%

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

#FADAA2 (or 0xFADAA2) is known color: Frangipani. HEX triplet: FA, DA and A2. RGB value is (250,218,162). Sum of RGB (Red+Green+Blue) = 250+218+162=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 162 (63.67% from 255 or 25.71% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAA2 is #05255D. Grayscale: #DDDDDD. Windows color (decimal): -337246 or 10672890. OLE color: 10672890.

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

Color convert

RGB 250 218 162 -
CMYK 0 0.13 0.35 0.02
HSL 38.18º 0.9% 0.81% -
HSV(B) 38.18º 0.35% 0.98% -
XYZ 71.02 73.08 44.54 -
YUV 221.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 250 218 162 0 0.13 0.35 0.02 38.18 0.9 0.81
Hex FA DA A2 0 D 23 2 26 5A 51
Octal 372 332 242 0 15 43 2 46 132 121
Binary 11111010 11011010 10100010 0 1101 100011 10 100110 1011010 1010001

Color Harmonies of #FADAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAA2

Black with #FADAA2

Text Example


Text Example

White with #FADAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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