#FCBEA0

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

Shades of Romantic #FCBEA0

Tints of Romantic #FCBEA0

Color information

#FCBEA0 (or 0xFCBEA0) is unknown color: approx Romantic. HEX triplet: FC, BE and A0. RGB value is (252,190,160). Sum of RGB (Red+Green+Blue) = 252+190+160=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBEA0 is #03415F. Grayscale: #CDCDCD. Windows color (decimal): -213344 or 10534652. OLE color: 10534652.

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

Color convert

RGB252190160-
CMYK00.250.370.01
HSL19.57º93.88%80.78%-
HSV(B)19.57º36.51%98.82%-
XYZ64.960.0641.43-
YUV205.12102.54161.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=41.86%
G=31.56%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219016000.250.370.0119.5793.8880.78
HexFCBEA0019251145e51
Octal37427624003145124136121
Binary11111100101111101010000001100110010111010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEA0; }

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

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

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

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

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

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

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

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