#FFBFA1

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

Shades of Romantic #FFBFA1

Tints of Romantic #FFBFA1

Color information

#FFBFA1 (or 0xFFBFA1) is unknown color: approx Romantic. HEX triplet: FF, BF and A1. RGB value is (255,191,161). Sum of RGB (Red+Green+Blue) = 255+191+161=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFA1 is #00405E. Grayscale: #CECECE. Windows color (decimal): -16479 or 10600447. OLE color: 10600447.

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

Color convert

RGB255191161-
CMYK00.250.370
HSL19.15º100%81.57%-
HSV(B)19.15º36.86%100%-
XYZ66.361.0942.02-
YUV206.72102.2162.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 161 (63.28% from 255) = 26.52%
R=42.01%
G=31.47%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519116100.250.37019.1510081.57
HexFFBFA1019250136452
Octal37727724103145023144122
Binary11111111101111111010000101100110010101001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFA1; }

 p { color: rgb(255,191,161); }

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

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

 a { background-color: rgb(255,191,161); }

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

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

 span { border-color: rgb(255,191,161); }

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