#FCBE9A

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

Shades of Romantic #FCBE9A

Tints of Romantic #FCBE9A

Color information

#FCBE9A (or 0xFCBE9A) is unknown color: approx Romantic. HEX triplet: FC, BE and 9A. RGB value is (252,190,154). Sum of RGB (Red+Green+Blue) = 252+190+154=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBE9A is #034165. Grayscale: #CCCCCC. Windows color (decimal): -213350 or 10141436. OLE color: 10141436.

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

Color convert

RGB252190154-
CMYK00.250.390.01
HSL22.04º94.23%79.61%-
HSV(B)22.04º38.89%98.82%-
XYZ64.3959.8638.73-
YUV204.4399.54161.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 154 (60.55% from 255) = 25.84%
R=42.28%
G=31.88%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219015400.250.390.0122.0494.2379.61
HexFCBE9A019271165e50
Octal37427623203147126136120
Binary11111100101111101001101001100110011111011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBE9A; }

 p { color: rgb(252,190,154); }

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

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

 a { background-color: rgb(252,190,154); }

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

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

 span { border-color: rgb(252,190,154); }

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