Html Css Color HEX #FE9F96 Rose Bud

📋 copy color: '#FE9F96'

red 254 ◦ green 159 ◦ blue 150

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

Shades of Rose Bud #FE9F96

Tints of Rose Bud #FE9F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.64%

R = 45.12%
G = 28.24%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE9F96 (or 0xFE9F96) is known color: Rose Bud. HEX triplet: FE, 9F and 96. RGB value is (254,159,150). Sum of RGB (Red+Green+Blue) = 254+159+150=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F96 is #016069. Grayscale: #BABABA. Windows color (decimal): -90218 or 9871358. OLE color: 9871358.

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

Color convert

RGB 254 159 150 -
CMYK 0 0.37 0.41 0.00
HSL 5.19º 0.98% 0.79% -
HSV(B) 5.19º 0.41% 1% -
XYZ 58.78 48.07 35.03 -
YUV 186.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 254 159 150 0 0.37 0.41 0.00 5.19 0.98 0.79
Hex FE 9F 96 0 25 29 0 5 62 4F
Octal 376 237 226 0 45 51 0 5 142 117
Binary 11111110 10011111 10010110 0 100101 101001 0 101 1100010 1001111

Color Harmonies of #FE9F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F96

Black with #FE9F96

Text Example


Text Example

White with #FE9F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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