#FCC095

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

Shades of Romantic #FCC095

Tints of Romantic #FCC095

Color information

#FCC095 (or 0xFCC095) is unknown color: approx Romantic. HEX triplet: FC, C0 and 95. RGB value is (252,192,149). Sum of RGB (Red+Green+Blue) = 252+192+149=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC095 is #033F6A. Grayscale: #CDCDCD. Windows color (decimal): -212843 or 9814268. OLE color: 9814268.

HSL color Cylindrical-coordinate representation of color #FCC095: hue angle of 25.05º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCC095 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB252192149-
CMYK00.240.410.01
HSL25.05º94.5%78.63%-
HSV(B)25.05º40.87%98.82%-
XYZ64.4260.5636.73-
YUV205.0496.38161.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 192 (75.39% from 255) = 32.38%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=42.50%
G=32.38%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219214900.240.410.0125.0594.578.63
HexFCC095018291195e4f
Octal37430022503051131136117
Binary11111100110000001001010101100010100111100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC095; }

 p { color: rgb(252,192,149); }

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

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

 a { background-color: rgb(252,192,149); }

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

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

 span { border-color: rgb(252,192,149); }

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