Html Css Color HEX #FADAA0 Frangipani

📋 copy color: '#FADAA0'

red 250 ◦ green 218 ◦ blue 160

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

Shades of Frangipani #FADAA0

Tints of Frangipani #FADAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.48%

R = 39.81%
G = 34.71%
B = 25.48%

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

#FADAA0 (or 0xFADAA0) is known color: Frangipani. HEX triplet: FA, DA and A0. RGB value is (250,218,160). Sum of RGB (Red+Green+Blue) = 250+218+160=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAA0 is #05255F. Grayscale: #DDDDDD. Windows color (decimal): -337248 or 10541818. OLE color: 10541818.

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

Color convert

RGB 250 218 160 -
CMYK 0 0.13 0.36 0.02
HSL 38.67º 0.9% 0.8% -
HSV(B) 38.67º 0.36% 0.98% -
XYZ 70.84 73 43.62 -
YUV 220.96 93.6 148.72 -
System Red Green Blue C M Y K H S L
Decimal 250 218 160 0 0.13 0.36 0.02 38.67 0.9 0.8
Hex FA DA A0 0 D 24 2 27 5A 50
Octal 372 332 240 0 15 44 2 47 132 120
Binary 11111010 11011010 10100000 0 1101 100100 10 100111 1011010 1010000

Color Harmonies of #FADAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAA0

Black with #FADAA0

Text Example


Text Example

White with #FADAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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