Html Css Color HEX #FAA892 Rose Bud

📋 copy color: '#FAA892'

red 250 ◦ green 168 ◦ blue 146

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

Shades of Rose Bud #FAA892

Tints of Rose Bud #FAA892

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.79%

 BLUE value IS 146 (57.42% from 255) = 25.89%

R = 44.33%
G = 29.79%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAA892 (or 0xFAA892) is known color: Rose Bud. HEX triplet: FA, A8 and 92. RGB value is (250,168,146). Sum of RGB (Red+Green+Blue) = 250+168+146=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA892 is #05576D. Grayscale: #BEBEBE. Windows color (decimal): -350062 or 9611514. OLE color: 9611514.

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

Color convert

RGB 250 168 146 -
CMYK 0 0.33 0.42 0.02
HSL 12.69º 0.91% 0.78% -
HSV(B) 12.69º 0.42% 0.98% -
XYZ 58.62 50.4 33.83 -
YUV 190.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 250 168 146 0 0.33 0.42 0.02 12.69 0.91 0.78
Hex FA A8 92 0 21 2A 2 D 5B 4E
Octal 372 250 222 0 41 52 2 15 133 116
Binary 11111010 10101000 10010010 0 100001 101010 10 1101 1011011 1001110

Color Harmonies of #FAA892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA892

Black with #FAA892

Text Example


Text Example

White with #FAA892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA892; }

 p { color: rgb(250,168,146); }

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

background-color css

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

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

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

border-color css

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

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

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