Html Css Color HEX #FF9E99 Rose Bud

📋 copy color: '#FF9E99'

red 255 ◦ green 158 ◦ blue 153

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

Shades of Rose Bud #FF9E99

Tints of Rose Bud #FF9E99

RGB

 RED value IS 255 (100% from 255) = 45.05%

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

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

R = 45.05%
G = 27.92%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF9E99 (or 0xFF9E99) is known color: Rose Bud. HEX triplet: FF, 9E and 99. RGB value is (255,158,153). Sum of RGB (Red+Green+Blue) = 255+158+153=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E99 is #006166. Grayscale: #BABABA. Windows color (decimal): -24935 or 10067711. OLE color: 10067711.

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

Color convert

RGB 255 158 153 -
CMYK 0 0.38 0.4 0
HSL 2.94º 1% 0.8% -
HSV(B) 2.94º 0.4% 1% -
XYZ 59.22 48.01 36.28 -
YUV 186.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 255 158 153 0 0.38 0.4 0 2.94 1 0.8
Hex FF 9E 99 0 26 28 0 3 64 50
Octal 377 236 231 0 46 50 0 3 144 120
Binary 11111111 10011110 10011001 0 100110 101000 0 11 1100100 1010000

Color Harmonies of #FF9E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E99

Black with #FF9E99

Text Example


Text Example

White with #FF9E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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