Html Css Color HEX #FAD5A0 Frangipani

📋 copy color: '#FAD5A0'

red 250 ◦ green 213 ◦ blue 160

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

Shades of Frangipani #FAD5A0

Tints of Frangipani #FAD5A0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.19%

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

R = 40.13%
G = 34.19%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAD5A0 (or 0xFAD5A0) is known color: Frangipani. HEX triplet: FA, D5 and A0. RGB value is (250,213,160). Sum of RGB (Red+Green+Blue) = 250+213+160=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 160 (62.89% from 255 or 25.68% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD5A0 is #052A5F. Grayscale: #DADADA. Windows color (decimal): -338528 or 10540538. OLE color: 10540538.

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

Color convert

RGB 250 213 160 -
CMYK 0 0.15 0.36 0.02
HSL 35.33º 0.9% 0.8% -
HSV(B) 35.33º 0.36% 0.98% -
XYZ 69.56 70.45 43.19 -
YUV 218.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 250 213 160 0 0.15 0.36 0.02 35.33 0.9 0.8
Hex FA D5 A0 0 F 24 2 23 5A 50
Octal 372 325 240 0 17 44 2 43 132 120
Binary 11111010 11010101 10100000 0 1111 100100 10 100011 1011010 1010000

Color Harmonies of #FAD5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5A0

Black with #FAD5A0

Text Example


Text Example

White with #FAD5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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