Html Css Color HEX #FAC09F Romantic

📋 copy color: '#FAC09F'

red 250 ◦ green 192 ◦ blue 159

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

Shades of Romantic #FAC09F

Tints of Romantic #FAC09F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.95%

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

R = 41.6%
G = 31.95%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAC09F (or 0xFAC09F) is known color: Romantic. HEX triplet: FA, C0 and 9F. RGB value is (250,192,159). Sum of RGB (Red+Green+Blue) = 250+192+159=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC09F is #053F60. Grayscale: #CDCDCD. Windows color (decimal): -343905 or 10469626. OLE color: 10469626.

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

Color convert

RGB 250 192 159 -
CMYK 0 0.23 0.36 0.02
HSL 21.76º 0.9% 0.8% -
HSV(B) 21.76º 0.36% 0.98% -
XYZ 64.53 60.53 41.08 -
YUV 205.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 250 192 159 0 0.23 0.36 0.02 21.76 0.9 0.8
Hex FA C0 9F 0 17 24 2 16 5A 50
Octal 372 300 237 0 27 44 2 26 132 120
Binary 11111010 11000000 10011111 0 10111 100100 10 10110 1011010 1010000

Color Harmonies of #FAC09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC09F

Black with #FAC09F

Text Example


Text Example

White with #FAC09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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