Html Css Color HEX #FF9E98 Rose Bud

📋 copy color: '#FF9E98'

red 255 ◦ green 158 ◦ blue 152

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

Shades of Rose Bud #FF9E98

Tints of Rose Bud #FF9E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.9%

R = 45.13%
G = 27.96%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF9E98 (or 0xFF9E98) is known color: Rose Bud. HEX triplet: FF, 9E and 98. RGB value is (255,158,152). Sum of RGB (Red+Green+Blue) = 255+158+152=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E98 is #006167. Grayscale: #BABABA. Windows color (decimal): -24936 or 10002175. OLE color: 10002175.

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

Color convert

RGB 255 158 152 -
CMYK 0 0.38 0.40 0
HSL 3.5º 1% 0.8% -
HSV(B) 3.5º 0.4% 1% -
XYZ 59.13 47.98 35.85 -
YUV 186.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 255 158 152 0 0.38 0.40 0 3.5 1 0.8
Hex FF 9E 98 0 26 28 0 3 64 50
Octal 377 236 230 0 46 50 0 3 144 120
Binary 11111111 10011110 10011000 0 100110 101000 0 11 1100100 1010000

Color Harmonies of #FF9E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E98

Black with #FF9E98

Text Example


Text Example

White with #FF9E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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