Html Css Color HEX #FAD6A3 Frangipani

📋 copy color: '#FAD6A3'

red 250 ◦ green 214 ◦ blue 163

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

Shades of Frangipani #FAD6A3

Tints of Frangipani #FAD6A3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.13%

 BLUE value IS 163 (64.06% from 255) = 26%

R = 39.87%
G = 34.13%
B = 26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAD6A3 (or 0xFAD6A3) is known color: Frangipani. HEX triplet: FA, D6 and A3. RGB value is (250,214,163). Sum of RGB (Red+Green+Blue) = 250+214+163=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 163 (64.06% from 255 or 26.00% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD6A3 is #05295C. Grayscale: #DBDBDB. Windows color (decimal): -338269 or 10737402. OLE color: 10737402.

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

Color convert

RGB 250 214 163 -
CMYK 0 0.14 0.35 0.02
HSL 35.17º 0.9% 0.81% -
HSV(B) 35.17º 0.35% 0.98% -
XYZ 70.08 71.06 44.67 -
YUV 218.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 250 214 163 0 0.14 0.35 0.02 35.17 0.9 0.81
Hex FA D6 A3 0 E 23 2 23 5A 51
Octal 372 326 243 0 16 43 2 43 132 121
Binary 11111010 11010110 10100011 0 1110 100011 10 100011 1011010 1010001

Color Harmonies of #FAD6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD6A3

Black with #FAD6A3

Text Example


Text Example

White with #FAD6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD6A3; }

 p { color: rgb(250,214,163); }

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

background-color css

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

 a { background-color: rgb(250,214,163); }

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

border-color css

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

 span { border-color: rgb(250,214,163); }

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