#FEBF9F

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

Shades of Romantic #FEBF9F

Tints of Romantic #FEBF9F

Color information

#FEBF9F (or 0xFEBF9F) is unknown color: approx Romantic. HEX triplet: FE, BF and 9F. RGB value is (254,191,159). Sum of RGB (Red+Green+Blue) = 254+191+159=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBF9F is #014060. Grayscale: #CECECE. Windows color (decimal): -82017 or 10469374. OLE color: 10469374.

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

Color convert

RGB254191159-
CMYK00.250.370.00
HSL20.21º97.94%80.98%-
HSV(B)20.21º37.4%99.61%-
XYZ65.7660.8441.08-
YUV206.19101.37162.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 159 (62.5% from 255) = 26.32%
R=42.05%
G=31.62%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419115900.250.370.0020.2197.9480.98
HexFEBF9F019250146251
Octal37627723703145024142121
Binary11111110101111111001111101100110010101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBF9F; }

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

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

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

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

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

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

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

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