Html Css Color HEX #FE9F9E Rose Bud

📋 copy color: '#FE9F9E'

red 254 ◦ green 159 ◦ blue 158

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

Shades of Rose Bud #FE9F9E

Tints of Rose Bud #FE9F9E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.85%

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

R = 44.48%
G = 27.85%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE9F9E (or 0xFE9F9E) is known color: Rose Bud. HEX triplet: FE, 9F and 9E. RGB value is (254,159,158). Sum of RGB (Red+Green+Blue) = 254+159+158=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F9E is #016061. Grayscale: #BBBBBB. Windows color (decimal): -90210 or 10395646. OLE color: 10395646.

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

Color convert

RGB 254 159 158 -
CMYK 0 0.37 0.38 0.00
HSL 0.63º 0.98% 0.81% -
HSV(B) 0.63º 0.38% 1% -
XYZ 59.44 48.34 38.54 -
YUV 187.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 254 159 158 0 0.37 0.38 0.00 0.63 0.98 0.81
Hex FE 9F 9E 0 25 26 0 1 62 51
Octal 376 237 236 0 45 46 0 1 142 121
Binary 11111110 10011111 10011110 0 100101 100110 0 1 1100010 1010001

Color Harmonies of #FE9F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F9E

Black with #FE9F9E

Text Example


Text Example

White with #FE9F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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