#FA9E97

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

Shades of Rose Bud #FA9E97

Tints of Rose Bud #FA9E97

Color information

#FA9E97 (or 0xFA9E97) is unknown color: approx Rose Bud. HEX triplet: FA, 9E and 97. RGB value is (250,158,151). Sum of RGB (Red+Green+Blue) = 250+158+151=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9E97 is #056168. Grayscale: #B8B8B8. Windows color (decimal): -352617 or 9936634. OLE color: 9936634.

HSL color Cylindrical-coordinate representation of color #FA9E97: hue angle of 4.24º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA9E97 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250158151-
CMYK00.370.400.02
HSL4.24º90.83%78.63%-
HSV(B)4.24º39.6%98.04%-
XYZ57.2447.0135.34-
YUV184.71108.98174.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 158 (62.11% from 255) = 28.26%
BLUE value IS 151 (59.38% from 255) = 27.01%
R=44.72%
G=28.26%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015815100.370.400.024.2490.8378.63
HexFA9E9702528245b4f
Octal3722362270455024133117
Binary11111010100111101001011101001011010001010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9E97; }

 p { color: rgb(250,158,151); }

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

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

 a { background-color: rgb(250,158,151); }

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

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

 span { border-color: rgb(250,158,151); }

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