#FEBFA4

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

Shades of Romantic #FEBFA4

Tints of Romantic #FEBFA4

Color information

#FEBFA4 (or 0xFEBFA4) is unknown color: approx Romantic. HEX triplet: FE, BF and A4. RGB value is (254,191,164). Sum of RGB (Red+Green+Blue) = 254+191+164=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 164 (64.45% from 255 or 26.93% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBFA4 is #01405B. Grayscale: #CECECE. Windows color (decimal): -82012 or 10797054. OLE color: 10797054.

HSL color Cylindrical-coordinate representation of color #FEBFA4: hue angle of 18º 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 #FEBFA4 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254191164-
CMYK00.250.350.00
HSL18º97.83%81.96%-
HSV(B)18º35.43%99.61%-
XYZ66.261.0143.41-
YUV206.76103.87161.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 164 (64.45% from 255) = 26.93%
R=41.71%
G=31.36%
B=26.93%

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
Decimal25419116400.250.350.001897.8381.96
HexFEBFA4019230126252
Octal37627724403143022142122
Binary11111110101111111010010001100110001101001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFA4; }

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

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

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

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

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

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

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

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