Html Css Color HEX #FAA096 Rose Bud

📋 copy color: '#FAA096'

red 250 ◦ green 160 ◦ blue 150

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

Shades of Rose Bud #FAA096

Tints of Rose Bud #FAA096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.79%

R = 44.64%
G = 28.57%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAA096 (or 0xFAA096) is known color: Rose Bud. HEX triplet: FA, A0 and 96. RGB value is (250,160,150). Sum of RGB (Red+Green+Blue) = 250+160+150=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA096 is #055F69. Grayscale: #B9B9B9. Windows color (decimal): -352106 or 9871610. OLE color: 9871610.

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

Color convert

RGB 250 160 150 -
CMYK 0 0.36 0.4 0.02
HSL 0.91% 0.78% -
HSV(B) 0.4% 0.98% -
XYZ 57.5 47.67 35.02 -
YUV 185.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 250 160 150 0 0.36 0.4 0.02 6 0.91 0.78
Hex FA A0 96 0 24 28 2 6 5B 4E
Octal 372 240 226 0 44 50 2 6 133 116
Binary 11111010 10100000 10010110 0 100100 101000 10 110 1011011 1001110

Color Harmonies of #FAA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA096

Black with #FAA096

Text Example


Text Example

White with #FAA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA096; }

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

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

background-color css

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

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

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

border-color css

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

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

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