#FCBF9A

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

Shades of Romantic #FCBF9A

Tints of Romantic #FCBF9A

Color information

#FCBF9A (or 0xFCBF9A) is unknown color: approx Romantic. HEX triplet: FC, BF and 9A. RGB value is (252,191,154). Sum of RGB (Red+Green+Blue) = 252+191+154=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBF9A is #034065. Grayscale: #CDCDCD. Windows color (decimal): -213094 or 10141692. OLE color: 10141692.

HSL color Cylindrical-coordinate representation of color #FCBF9A: hue angle of 22.65º 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 #FCBF9A is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB252191154-
CMYK00.240.390.01
HSL22.65º94.23%79.61%-
HSV(B)22.65º38.89%98.82%-
XYZ64.6160.2938.8-
YUV205.0299.21161.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 154 (60.55% from 255) = 25.80%
R=42.21%
G=31.99%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219115400.240.390.0122.6594.2379.61
HexFCBF9A018271175e50
Octal37427723203047127136120
Binary11111100101111111001101001100010011111011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBF9A; }

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

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

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

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

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

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

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

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