#FEBFA5

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

Shades of Romantic #FEBFA5

Tints of Romantic #FEBFA5

Color information

#FEBFA5 (or 0xFEBFA5) is unknown color: approx Romantic. HEX triplet: FE, BF and A5. RGB value is (254,191,165). Sum of RGB (Red+Green+Blue) = 254+191+165=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBFA5 is #01405A. Grayscale: #CFCFCF. Windows color (decimal): -82011 or 10862590. OLE color: 10862590.

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

Color convert

RGB254191165-
CMYK00.250.350.00
HSL17.53º97.8%82.16%-
HSV(B)17.53º35.04%99.61%-
XYZ66.361.0543.89-
YUV206.87104.37161.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 165 (64.84% from 255) = 27.05%
R=41.64%
G=31.31%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419116500.250.350.0017.5397.882.16
HexFEBFA5019230126252
Octal37627724503143022142122
Binary11111110101111111010010101100110001101001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFA5; }

 p { color: rgb(254,191,165); }

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

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

 a { background-color: rgb(254,191,165); }

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

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

 span { border-color: rgb(254,191,165); }

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