#FEBF9A

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

Shades of Romantic #FEBF9A

Tints of Romantic #FEBF9A

Color information

#FEBF9A (or 0xFEBF9A) is unknown color: approx Romantic. HEX triplet: FE, BF and 9A. RGB value is (254,191,154). Sum of RGB (Red+Green+Blue) = 254+191+154=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBF9A is #014065. Grayscale: #CDCDCD. Windows color (decimal): -82022 or 10141694. OLE color: 10141694.

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

Color convert

RGB254191154-
CMYK00.250.390.00
HSL22.2º98.04%80%-
HSV(B)22.2º39.37%99.61%-
XYZ65.3460.6738.84-
YUV205.6298.87162.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 154 (60.55% from 255) = 25.71%
R=42.40%
G=31.89%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419115400.250.390.0022.298.0480
HexFEBF9A019270166250
Octal37627723203147026142120
Binary11111110101111111001101001100110011101011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBF9A; }

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

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

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

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

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

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

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

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