Html Css Color HEX #FADA9F Frangipani

📋 copy color: '#FADA9F'

red 250 ◦ green 218 ◦ blue 159

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

Shades of Frangipani #FADA9F

Tints of Frangipani #FADA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.36%

R = 39.87%
G = 34.77%
B = 25.36%

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

#FADA9F (or 0xFADA9F) is known color: Frangipani. HEX triplet: FA, DA and 9F. RGB value is (250,218,159). Sum of RGB (Red+Green+Blue) = 250+218+159=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA9F is #052560. Grayscale: #DDDDDD. Windows color (decimal): -337249 or 10476282. OLE color: 10476282.

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

Color convert

RGB 250 218 159 -
CMYK 0 0.13 0.36 0.02
HSL 38.9º 0.9% 0.8% -
HSV(B) 38.9º 0.36% 0.98% -
XYZ 70.75 72.97 43.16 -
YUV 220.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 250 218 159 0 0.13 0.36 0.02 38.9 0.9 0.8
Hex FA DA 9F 0 D 24 2 27 5A 50
Octal 372 332 237 0 15 44 2 47 132 120
Binary 11111010 11011010 10011111 0 1101 100100 10 100111 1011010 1010000

Color Harmonies of #FADA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA9F

Black with #FADA9F

Text Example


Text Example

White with #FADA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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