Html Css Color HEX #FA9F9E Rose Bud

📋 copy color: '#FA9F9E'

red 250 ◦ green 159 ◦ blue 158

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

Shades of Rose Bud #FA9F9E

Tints of Rose Bud #FA9F9E

RGB

 RED value IS 250 (98.05% from 255) = 44.09%

 GREEN value IS 159 (62.5% from 255) = 28.04%

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

R = 44.09%
G = 28.04%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA9F9E (or 0xFA9F9E) is known color: Rose Bud. HEX triplet: FA, 9F and 9E. RGB value is (250,159,158). Sum of RGB (Red+Green+Blue) = 250+159+158=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9F9E is #056061. Grayscale: #BABABA. Windows color (decimal): -352354 or 10395642. OLE color: 10395642.

HSL color Cylindrical-coordinate representation of color #FA9F9E: hue angle of 0.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9F9E is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 158 -
CMYK 0 0.36 0.37 0.02
HSL 0.65º 0.9% 0.8% -
HSV(B) 0.65º 0.37% 0.98% -
XYZ 57.99 47.59 38.48 -
YUV 186.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 250 159 158 0 0.36 0.37 0.02 0.65 0.9 0.8
Hex FA 9F 9E 0 24 25 2 1 5A 50
Octal 372 237 236 0 44 45 2 1 132 120
Binary 11111010 10011111 10011110 0 100100 100101 10 1 1011010 1010000

Color Harmonies of #FA9F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F9E

Black with #FA9F9E

Text Example


Text Example

White with #FA9F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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