Html Css Color HEX #FEBF9F Romantic

📋 copy color: '#FEBF9F'

red 254 ◦ green 191 ◦ blue 159

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

Shades of Romantic #FEBF9F

Tints of Romantic #FEBF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.32%

R = 42.05%
G = 31.62%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEBF9F (or 0xFEBF9F) is known color: Romantic. HEX triplet: FE, BF and 9F. RGB value is (254,191,159). Sum of RGB (Red+Green+Blue) = 254+191+159=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBF9F is #014060. Grayscale: #CECECE. Windows color (decimal): -82017 or 10469374. OLE color: 10469374.

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

Color convert

RGB 254 191 159 -
CMYK 0 0.25 0.37 0.00
HSL 20.21º 0.98% 0.81% -
HSV(B) 20.21º 0.37% 1% -
XYZ 65.76 60.84 41.08 -
YUV 206.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 254 191 159 0 0.25 0.37 0.00 20.21 0.98 0.81
Hex FE BF 9F 0 19 25 0 14 62 51
Octal 376 277 237 0 31 45 0 24 142 121
Binary 11111110 10111111 10011111 0 11001 100101 0 10100 1100010 1010001

Color Harmonies of #FEBF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF9F

Black with #FEBF9F

Text Example


Text Example

White with #FEBF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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