Html Css Color HEX #FAA09F Rose Bud

📋 copy color: '#FAA09F'

red 250 ◦ green 160 ◦ blue 159

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

Shades of Rose Bud #FAA09F

Tints of Rose Bud #FAA09F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.12%

 BLUE value IS 159 (62.5% from 255) = 27.94%

R = 43.94%
G = 28.12%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAA09F (or 0xFAA09F) is known color: Rose Bud. HEX triplet: FA, A0 and 9F. RGB value is (250,160,159). Sum of RGB (Red+Green+Blue) = 250+160+159=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA09F is #055F60. Grayscale: #BABABA. Windows color (decimal): -352097 or 10461434. OLE color: 10461434.

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

Color convert

RGB 250 160 159 -
CMYK 0 0.36 0.36 0.02
HSL 0.66º 0.9% 0.8% -
HSV(B) 0.66º 0.36% 0.98% -
XYZ 58.25 47.97 38.99 -
YUV 186.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 250 160 159 0 0.36 0.36 0.02 0.66 0.9 0.8
Hex FA A0 9F 0 24 24 2 1 5A 50
Octal 372 240 237 0 44 44 2 1 132 120
Binary 11111010 10100000 10011111 0 100100 100100 10 1 1011010 1010000

Color Harmonies of #FAA09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA09F

Black with #FAA09F

Text Example


Text Example

White with #FAA09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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