#FCBFA4

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

Shades of Romantic #FCBFA4

Tints of Romantic #FCBFA4

Color information

#FCBFA4 (or 0xFCBFA4) is unknown color: approx Romantic. HEX triplet: FC, BF and A4. RGB value is (252,191,164). Sum of RGB (Red+Green+Blue) = 252+191+164=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBFA4 is #03405B. Grayscale: #CECECE. Windows color (decimal): -213084 or 10797052. OLE color: 10797052.

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

Color convert

RGB252191164-
CMYK00.240.350.01
HSL18.41º93.62%81.57%-
HSV(B)18.41º34.92%98.82%-
XYZ65.4860.6443.38-
YUV206.16104.21160.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 164 (64.45% from 255) = 27.02%
R=41.52%
G=31.47%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219116400.240.350.0118.4193.6281.57
HexFCBFA4018231125e52
Octal37427724403043122136122
Binary11111100101111111010010001100010001111001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFA4; }

 p { color: rgb(252,191,164); }

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

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

 a { background-color: rgb(252,191,164); }

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

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

 span { border-color: rgb(252,191,164); }

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