#FEBE94

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

Shades of Romantic #FEBE94

Tints of Romantic #FEBE94

Color information

#FEBE94 (or 0xFEBE94) is unknown color: approx Romantic. HEX triplet: FE, BE and 94. RGB value is (254,190,148). Sum of RGB (Red+Green+Blue) = 254+190+148=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBE94 is #01416B. Grayscale: #CCCCCC. Windows color (decimal): -82284 or 9748222. OLE color: 9748222.

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

Color convert

RGB254190148-
CMYK00.250.420.00
HSL23.77º98.15%78.82%-
HSV(B)23.77º41.73%99.61%-
XYZ64.6360.0436.2-
YUV204.3596.2163.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 148 (58.20% from 255) = 25%
R=42.91%
G=32.09%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419014800.250.420.0023.7798.1578.82
HexFEBE940192A018624f
Octal37627622403152030142117
Binary11111110101111101001010001100110101001100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBE94; }

 p { color: rgb(254,190,148); }

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

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

 a { background-color: rgb(254,190,148); }

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

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

 span { border-color: rgb(254,190,148); }

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