Html Css Color HEX #FAA495 Rose Bud

📋 copy color: '#FAA495'

red 250 ◦ green 164 ◦ blue 149

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

Shades of Rose Bud #FAA495

Tints of Rose Bud #FAA495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.13%

 BLUE value IS 149 (58.59% from 255) = 26.47%

R = 44.4%
G = 29.13%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAA495 (or 0xFAA495) is known color: Rose Bud. HEX triplet: FA, A4 and 95. RGB value is (250,164,149). Sum of RGB (Red+Green+Blue) = 250+164+149=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA495 is #055B6A. Grayscale: #BCBCBC. Windows color (decimal): -351083 or 9807098. OLE color: 9807098.

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

Color convert

RGB 250 164 149 -
CMYK 0 0.34 0.40 0.02
HSL 8.91º 0.91% 0.78% -
HSV(B) 8.91º 0.4% 0.98% -
XYZ 58.12 49.04 34.84 -
YUV 188 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 250 164 149 0 0.34 0.40 0.02 8.91 0.91 0.78
Hex FA A4 95 0 22 28 2 9 5B 4E
Octal 372 244 225 0 42 50 2 11 133 116
Binary 11111010 10100100 10010101 0 100010 101000 10 1001 1011011 1001110

Color Harmonies of #FAA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA495

Black with #FAA495

Text Example


Text Example

White with #FAA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA495; }

 p { color: rgb(250,164,149); }

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

background-color css

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

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

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

border-color css

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

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

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