#FE9D9D

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

Shades of Rose Bud #FE9D9D

Tints of Rose Bud #FE9D9D

Color information

#FE9D9D (or 0xFE9D9D) is unknown color: approx Rose Bud. HEX triplet: FE, 9D and 9D. RGB value is (254,157,157). Sum of RGB (Red+Green+Blue) = 254+157+157=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9D9D is #016262. Grayscale: #BABABA. Windows color (decimal): -90723 or 10329598. OLE color: 10329598.

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

Color convert

RGB254157157-
CMYK00.380.380.00
HSL97.98%80.59%-
HSV(B)38.19%99.61%-
XYZ59.0247.6237.98-
YUV186111.64176.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.72%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=44.72%
G=27.64%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415715700.380.380.00097.9880.59
HexFE9D9D02626006251
Octal3762352350464600142121
Binary11111110100111011001110101001101001100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9D9D; }

 p { color: rgb(254,157,157); }

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

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

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

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

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

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

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