#FCBF98

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

Shades of Romantic #FCBF98

Tints of Romantic #FCBF98

Color information

#FCBF98 (or 0xFCBF98) is unknown color: approx Romantic. HEX triplet: FC, BF and 98. RGB value is (252,191,152). Sum of RGB (Red+Green+Blue) = 252+191+152=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBF98 is #034067. Grayscale: #CDCDCD. Windows color (decimal): -213096 or 10010620. OLE color: 10010620.

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

Color convert

RGB252191152-
CMYK00.240.400.01
HSL23.4º94.34%79.22%-
HSV(B)23.4º39.68%98.82%-
XYZ64.4460.2237.93-
YUV204.7998.21161.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 152 (59.77% from 255) = 25.55%
R=42.35%
G=32.10%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219115200.240.400.0123.494.3479.22
HexFCBF98018281175e4f
Octal37427723003050127136117
Binary11111100101111111001100001100010100011011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBF98; }

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

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

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

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

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

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

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

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