#FFBFA0

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

Shades of Romantic #FFBFA0

Tints of Romantic #FFBFA0

Color information

#FFBFA0 (or 0xFFBFA0) is unknown color: approx Romantic. HEX triplet: FF, BF and A0. RGB value is (255,191,160). Sum of RGB (Red+Green+Blue) = 255+191+160=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 160 (62.89% from 255 or 26.40% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBFA0 is #00405F. Grayscale: #CECECE. Windows color (decimal): -16480 or 10534911. OLE color: 10534911.

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

Color convert

RGB255191160-
CMYK00.250.370
HSL19.58º100%81.37%-
HSV(B)19.58º37.25%100%-
XYZ66.2261.0641.55-
YUV206.6101.7162.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 160 (62.89% from 255) = 26.40%
R=42.08%
G=31.52%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519116000.250.37019.5810081.37
HexFFBFA0019250146451
Octal37727724003145024144121
Binary11111111101111111010000001100110010101010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFA0; }

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

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

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

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

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

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

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

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