#FEBFA3

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

Shades of Romantic #FEBFA3

Tints of Romantic #FEBFA3

Color information

#FEBFA3 (or 0xFEBFA3) is unknown color: approx Romantic. HEX triplet: FE, BF and A3. RGB value is (254,191,163). Sum of RGB (Red+Green+Blue) = 254+191+163=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 163 (64.06% from 255 or 26.81% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBFA3 is #01405C. Grayscale: #CECECE. Windows color (decimal): -82013 or 10731518. OLE color: 10731518.

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

Color convert

RGB254191163-
CMYK00.250.360.00
HSL18.46º97.85%81.76%-
HSV(B)18.46º35.83%99.61%-
XYZ66.1160.9842.94-
YUV206.64103.37161.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 163 (64.06% from 255) = 26.81%
R=41.78%
G=31.41%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419116300.250.360.0018.4697.8581.76
HexFEBFA3019240126252
Octal37627724303144022142122
Binary11111110101111111010001101100110010001001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFA3; }

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

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

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

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

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

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

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

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