#FFBDA0

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

Shades of Romantic #FFBDA0

Tints of Romantic #FFBDA0

Color information

#FFBDA0 (or 0xFFBDA0) is unknown color: approx Romantic. HEX triplet: FF, BD and A0. RGB value is (255,189,160). Sum of RGB (Red+Green+Blue) = 255+189+160=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDA0 is #00425F. Grayscale: #CDCDCD. Windows color (decimal): -16992 or 10534399. OLE color: 10534399.

HSL color Cylindrical-coordinate representation of color #FFBDA0: hue angle of 18.32º 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 #FFBDA0 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255189160-
CMYK00.260.370
HSL18.32º100%81.37%-
HSV(B)18.32º37.25%100%-
XYZ65.7860.1941.41-
YUV205.43102.37163.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 160 (62.89% from 255) = 26.49%
R=42.22%
G=31.29%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518916000.260.37018.3210081.37
HexFFBDA001A250126451
Octal37727524003245022144121
Binary11111111101111011010000001101010010101001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDA0; }

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

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

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

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

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

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

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

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