Html Css Color HEX #FEBF9A Romantic

📋 copy color: '#FEBF9A'

red 254 ◦ green 191 ◦ blue 154

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

Shades of Romantic #FEBF9A

Tints of Romantic #FEBF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.71%

R = 42.4%
G = 31.89%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEBF9A (or 0xFEBF9A) is known color: 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

RGB 254 191 154 -
CMYK 0 0.25 0.39 0.00
HSL 22.2º 0.98% 0.8% -
HSV(B) 22.2º 0.39% 1% -
XYZ 65.34 60.67 38.84 -
YUV 205.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 254 191 154 0 0.25 0.39 0.00 22.2 0.98 0.8
Hex FE BF 9A 0 19 27 0 16 62 50
Octal 376 277 232 0 31 47 0 26 142 120
Binary 11111110 10111111 10011010 0 11001 100111 0 10110 1100010 1010000

Color Harmonies of #FEBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF9A

Black with #FEBF9A

Text Example


Text Example

White with #FEBF9A

Text Example


Text Example

HTML Codes & Css Web 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>