Html Css Color HEX #FE9E99 Rose Bud

📋 copy color: '#FE9E99'

red 254 ◦ green 158 ◦ blue 153

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

Shades of Rose Bud #FE9E99

Tints of Rose Bud #FE9E99

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.96%

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

R = 44.96%
G = 27.96%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE9E99 (or 0xFE9E99) is known color: Rose Bud. HEX triplet: FE, 9E and 99. RGB value is (254,158,153). Sum of RGB (Red+Green+Blue) = 254+158+153=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9E99 is #016166. Grayscale: #BABABA. Windows color (decimal): -90471 or 10067710. OLE color: 10067710.

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

Color convert

RGB 254 158 153 -
CMYK 0 0.38 0.40 0.00
HSL 2.97º 0.98% 0.8% -
HSV(B) 2.97º 0.4% 1% -
XYZ 58.85 47.82 36.27 -
YUV 186.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 254 158 153 0 0.38 0.40 0.00 2.97 0.98 0.8
Hex FE 9E 99 0 26 28 0 3 62 50
Octal 376 236 231 0 46 50 0 3 142 120
Binary 11111110 10011110 10011001 0 100110 101000 0 11 1100010 1010000

Color Harmonies of #FE9E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E99

Black with #FE9E99

Text Example


Text Example

White with #FE9E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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