#fbc5a1

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

Shades of Romantic #FBC5A1

Tints of Romantic #FBC5A1

Color information

#FBC5A1 (or 0xFBC5A1) is unknown color: approx Romantic. HEX triplet: FB, C5 and A1. RGB value is (251,197,161). Sum of RGB (Red+Green+Blue) = 251+197+161=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 161 (63.28% from 255 or 26.44% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5A1 is #043A5E. Grayscale: #D1D1D1. Windows color (decimal): -277087 or 10601979. OLE color: 10601979.

HSL color Cylindrical-coordinate representation of color #FBC5A1: hue angle of 24º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBC5A1 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB251197161-
CMYK00.220.360.02
HSL24º91.84%80.78%-
HSV(B)24º35.86%98.43%-
XYZ66.1863.0142.39-
YUV209.04100.89157.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 197 (77.34% from 255) = 32.35%
BLUE value IS 161 (63.28% from 255) = 26.44%
R=41.22%
G=32.35%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119716100.220.360.022491.8480.78
HexFBC5A1016242185c51
Octal37330524102644230134121
Binary111110111100010110100001010110100100101100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbc5a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbc5a1; }

 p { color: rgb(251,197,161); }

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

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

 a { background-color: rgb(251,197,161); }

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

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

 span { border-color: rgb(251,197,161); }

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