Html Css Color HEX #FAC69E Romantic

📋 copy color: '#FAC69E'

red 250 ◦ green 198 ◦ blue 158

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

Shades of Romantic #FAC69E

Tints of Romantic #FAC69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.07%

R = 41.25%
G = 32.67%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAC69E (or 0xFAC69E) is known color: Romantic. HEX triplet: FA, C6 and 9E. RGB value is (250,198,158). Sum of RGB (Red+Green+Blue) = 250+198+158=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC69E is #053961. Grayscale: #D1D1D1. Windows color (decimal): -342370 or 10405626. OLE color: 10405626.

HSL color Cylindrical-coordinate representation of color #FAC69E: hue angle of 26.09º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAC69E is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 158 -
CMYK 0 0.21 0.37 0.02
HSL 26.09º 0.9% 0.8% -
HSV(B) 26.09º 0.37% 0.98% -
XYZ 65.79 63.18 41.08 -
YUV 208.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 250 198 158 0 0.21 0.37 0.02 26.09 0.9 0.8
Hex FA C6 9E 0 15 25 2 1A 5A 50
Octal 372 306 236 0 25 45 2 32 132 120
Binary 11111010 11000110 10011110 0 10101 100101 10 11010 1011010 1010000

Color Harmonies of #FAC69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC69E

Black with #FAC69E

Text Example


Text Example

White with #FAC69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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