#FAC99E

Color #FAC99E Romantic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Romantic #FAC99E

Tints of Romantic #FAC99E

Color information

#FAC99E (or 0xFAC99E) is unknown color: approx Romantic. HEX triplet: FA, C9 and 9E. RGB value is (250,201,158). Sum of RGB (Red+Green+Blue) = 250+201+158=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC99E is #053661. Grayscale: #D2D2D2. Windows color (decimal): -341602 or 10406394. OLE color: 10406394.

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

Color convert

RGB250201158-
CMYK00.200.370.02
HSL28.04º90.2%80%-
HSV(B)28.04º36.8%98.04%-
XYZ66.4864.5741.31-
YUV210.7598.23156-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 201 (78.91% from 255) = 33.00%
BLUE value IS 158 (62.11% from 255) = 25.94%
R=41.05%
G=33.00%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020115800.200.370.0228.0490.280
HexFAC99E0142521c5a50
Octal37231123602445234132120
Binary111110101100100110011110010100100101101110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC99E; }

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

 H1.HeaderClassName
 {
   color: #FAC99E;
 }
 .AnyTagClassName
 {
   color: #FAC99E;
 }
</style>
background-color css

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

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

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

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

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

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