Html Css Color HEX #FF9E9A Rose Bud

📋 copy color: '#FF9E9A'

red 255 ◦ green 158 ◦ blue 154

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

Shades of Rose Bud #FF9E9A

Tints of Rose Bud #FF9E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.16%

R = 44.97%
G = 27.87%
B = 27.16%

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

#FF9E9A (or 0xFF9E9A) is known color: Rose Bud. HEX triplet: FF, 9E and 9A. RGB value is (255,158,154). Sum of RGB (Red+Green+Blue) = 255+158+154=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E9A is #006165. Grayscale: #BABABA. Windows color (decimal): -24934 or 10133247. OLE color: 10133247.

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

Color convert

RGB 255 158 154 -
CMYK 0 0.38 0.40 0
HSL 2.38º 1% 0.8% -
HSV(B) 2.38º 0.4% 1% -
XYZ 59.3 48.05 36.72 -
YUV 186.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 255 158 154 0 0.38 0.40 0 2.38 1 0.8
Hex FF 9E 9A 0 26 28 0 2 64 50
Octal 377 236 232 0 46 50 0 2 144 120
Binary 11111111 10011110 10011010 0 100110 101000 0 10 1100100 1010000

Color Harmonies of #FF9E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E9A

Black with #FF9E9A

Text Example


Text Example

White with #FF9E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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