Html Css Color HEX #FEBF9C Romantic

📋 copy color: '#FEBF9C'

red 254 ◦ green 191 ◦ blue 156

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

Shades of Romantic #FEBF9C

Tints of Romantic #FEBF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.96%

R = 42.26%
G = 31.78%
B = 25.96%

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

#FEBF9C (or 0xFEBF9C) is known color: Romantic. HEX triplet: FE, BF and 9C. RGB value is (254,191,156). Sum of RGB (Red+Green+Blue) = 254+191+156=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBF9C is #014063. Grayscale: #CECECE. Windows color (decimal): -82020 or 10272766. OLE color: 10272766.

HSL color Cylindrical-coordinate representation of color #FEBF9C: hue angle of 21.43º 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 #FEBF9C is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 191 156 -
CMYK 0 0.25 0.39 0.00
HSL 21.43º 0.98% 0.8% -
HSV(B) 21.43º 0.39% 1% -
XYZ 65.5 60.73 39.72 -
YUV 205.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 254 191 156 0 0.25 0.39 0.00 21.43 0.98 0.8
Hex FE BF 9C 0 19 27 0 15 62 50
Octal 376 277 234 0 31 47 0 25 142 120
Binary 11111110 10111111 10011100 0 11001 100111 0 10101 1100010 1010000

Color Harmonies of #FEBF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF9C

Black with #FEBF9C

Text Example


Text Example

White with #FEBF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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