Html Css Color HEX #FE9F99 Rose Bud

📋 copy color: '#FE9F99'

red 254 ◦ green 159 ◦ blue 153

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

Shades of Rose Bud #FE9F99

Tints of Rose Bud #FE9F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.03%

R = 44.88%
G = 28.09%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE9F99 (or 0xFE9F99) is known color: Rose Bud. HEX triplet: FE, 9F and 99. RGB value is (254,159,153). Sum of RGB (Red+Green+Blue) = 254+159+153=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F99 is #016066. Grayscale: #BABABA. Windows color (decimal): -90215 or 10067966. OLE color: 10067966.

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

Color convert

RGB 254 159 153 -
CMYK 0 0.37 0.40 0.00
HSL 3.56º 0.98% 0.8% -
HSV(B) 3.56º 0.4% 1% -
XYZ 59.02 48.17 36.32 -
YUV 186.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 254 159 153 0 0.37 0.40 0.00 3.56 0.98 0.8
Hex FE 9F 99 0 25 28 0 4 62 50
Octal 376 237 231 0 45 50 0 4 142 120
Binary 11111110 10011111 10011001 0 100101 101000 0 100 1100010 1010000

Color Harmonies of #FE9F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F99

Black with #FE9F99

Text Example


Text Example

White with #FE9F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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