Html Css Color HEX #FEBF9E Romantic

📋 copy color: '#FEBF9E'

red 254 ◦ green 191 ◦ blue 158

#FEBF9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Romantic #FEBF9E

Tints of Romantic #FEBF9E

RGB

 RED value IS 254 (99.61% from 255) = 42.12%

 GREEN value IS 191 (75% from 255) = 31.67%

 BLUE value IS 158 (62.11% from 255) = 26.2%

R = 42.12%
G = 31.67%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEBF9E (or 0xFEBF9E) is known color: Romantic. HEX triplet: FE, BF and 9E. RGB value is (254,191,158). Sum of RGB (Red+Green+Blue) = 254+191+158=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBF9E is #014061. Grayscale: #CECECE. Windows color (decimal): -82018 or 10403838. OLE color: 10403838.

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

Color convert

RGB 254 191 158 -
CMYK 0 0.25 0.38 0.00
HSL 20.63º 0.98% 0.81% -
HSV(B) 20.63º 0.38% 1% -
XYZ 65.68 60.8 40.62 -
YUV 206.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 254 191 158 0 0.25 0.38 0.00 20.63 0.98 0.81
Hex FE BF 9E 0 19 26 0 15 62 51
Octal 376 277 236 0 31 46 0 25 142 121
Binary 11111110 10111111 10011110 0 11001 100110 0 10101 1100010 1010001

Color Harmonies of #FEBF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF9E

Black with #FEBF9E

Text Example


Text Example

White with #FEBF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF9E; }

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

 H1.HeaderClassName
 {
   color: #FEBF9E;
 }
 .AnyTagClassName
 {
   color: #FEBF9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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