Html Css Color HEX #FEBF8F Romantic

📋 copy color: '#FEBF8F'

red 254 ◦ green 191 ◦ blue 143

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

Shades of Romantic #FEBF8F

Tints of Romantic #FEBF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.32%

R = 43.2%
G = 32.48%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEBF8F (or 0xFEBF8F) is known color: Romantic. HEX triplet: FE, BF and 8F. RGB value is (254,191,143). Sum of RGB (Red+Green+Blue) = 254+191+143=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBF8F is #014070. Grayscale: #CCCCCC. Windows color (decimal): -82033 or 9420798. OLE color: 9420798.

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

Color convert

RGB 254 191 143 -
CMYK 0 0.25 0.44 0.00
HSL 25.95º 0.98% 0.78% -
HSV(B) 25.95º 0.44% 1% -
XYZ 64.46 60.32 34.23 -
YUV 204.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 254 191 143 0 0.25 0.44 0.00 25.95 0.98 0.78
Hex FE BF 8F 0 19 2C 0 1A 62 4E
Octal 376 277 217 0 31 54 0 32 142 116
Binary 11111110 10111111 10001111 0 11001 101100 0 11010 1100010 1001110

Color Harmonies of #FEBF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF8F

Black with #FEBF8F

Text Example


Text Example

White with #FEBF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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