#FF9E9C

Color #FF9E9C Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FF9E9C

Tints of Rose Bud #FF9E9C

Color information

#FF9E9C (or 0xFF9E9C) is unknown color: approx Rose Bud. HEX triplet: FF, 9E and 9C. RGB value is (255,158,156). Sum of RGB (Red+Green+Blue) = 255+158+156=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E9C is #006163. Grayscale: #BABABA. Windows color (decimal): -24932 or 10264319. OLE color: 10264319.

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

Color convert

RGB255158156-
CMYK00.380.390
HSL1.21º100%80.59%-
HSV(B)1.21º38.82%100%-
XYZ59.4748.1137.61-
YUV186.77110.64176.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=44.82%
G=27.77%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515815600.380.3901.2110080.59
HexFF9E9C02627016451
Octal3772362340464701144121
Binary11111111100111101001110001001101001110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9E9C; }

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

 H1.HeaderClassName
 {
   color: #FF9E9C;
 }
 .AnyTagClassName
 {
   color: #FF9E9C;
 }
</style>
background-color css

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

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

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

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

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

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