#FCC094

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

Shades of Romantic #FCC094

Tints of Romantic #FCC094

Color information

#FCC094 (or 0xFCC094) is unknown color: approx Romantic. HEX triplet: FC, C0 and 94. RGB value is (252,192,148). Sum of RGB (Red+Green+Blue) = 252+192+148=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC094 is #033F6B. Grayscale: #CDCDCD. Windows color (decimal): -212844 or 9748732. OLE color: 9748732.

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

Color convert

RGB252192148-
CMYK00.240.410.01
HSL25.38º94.55%78.43%-
HSV(B)25.38º41.27%98.82%-
XYZ64.3460.5336.31-
YUV204.9295.88161.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 192 (75.39% from 255) = 32.43%
BLUE value IS 148 (58.20% from 255) = 25%
R=42.57%
G=32.43%
B=25%

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
Decimal25219214800.240.410.0125.3894.5578.43
HexFCC094018291195f4e
Octal37430022403051131137116
Binary11111100110000001001010001100010100111100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC094; }

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

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

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

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

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

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

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

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