Html Css Color HEX #FAC69F Romantic

📋 copy color: '#FAC69F'

red 250 ◦ green 198 ◦ blue 159

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

Shades of Romantic #FAC69F

Tints of Romantic #FAC69F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.62%

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

R = 41.19%
G = 32.62%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAC69F (or 0xFAC69F) is known color: Romantic. HEX triplet: FA, C6 and 9F. RGB value is (250,198,159). Sum of RGB (Red+Green+Blue) = 250+198+159=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC69F is #053960. Grayscale: #D1D1D1. Windows color (decimal): -342369 or 10471162. OLE color: 10471162.

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

Color convert

RGB 250 198 159 -
CMYK 0 0.21 0.36 0.02
HSL 25.71º 0.9% 0.8% -
HSV(B) 25.71º 0.36% 0.98% -
XYZ 65.88 63.22 41.53 -
YUV 209.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 250 198 159 0 0.21 0.36 0.02 25.71 0.9 0.8
Hex FA C6 9F 0 15 24 2 1A 5A 50
Octal 372 306 237 0 25 44 2 32 132 120
Binary 11111010 11000110 10011111 0 10101 100100 10 11010 1011010 1010000

Color Harmonies of #FAC69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC69F

Black with #FAC69F

Text Example


Text Example

White with #FAC69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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