Html Css Color HEX #FA9E9E Rose Bud

📋 copy color: '#FA9E9E'

red 250 ◦ green 158 ◦ blue 158

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

Shades of Rose Bud #FA9E9E

Tints of Rose Bud #FA9E9E

RGB

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

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

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

R = 44.17%
G = 27.92%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA9E9E (or 0xFA9E9E) is known color: Rose Bud. HEX triplet: FA, 9E and 9E. RGB value is (250,158,158). Sum of RGB (Red+Green+Blue) = 250+158+158=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9E9E is #056161. Grayscale: #B9B9B9. Windows color (decimal): -352610 or 10395386. OLE color: 10395386.

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

Color convert

RGB 250 158 158 -
CMYK 0 0.37 0.37 0.02
HSL 0.9% 0.8% -
HSV(B) 0.37% 0.98% -
XYZ 57.82 47.25 38.42 -
YUV 185.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 250 158 158 0 0.37 0.37 0.02 0 0.9 0.8
Hex FA 9E 9E 0 25 25 2 0 5A 50
Octal 372 236 236 0 45 45 2 0 132 120
Binary 11111010 10011110 10011110 0 100101 100101 10 0 1011010 1010000

Color Harmonies of #FA9E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9E9E

Black with #FA9E9E

Text Example


Text Example

White with #FA9E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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