Html Css Color HEX #FAA696 Rose Bud

📋 copy color: '#FAA696'

red 250 ◦ green 166 ◦ blue 150

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

Shades of Rose Bud #FAA696

Tints of Rose Bud #FAA696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.33%

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

R = 44.17%
G = 29.33%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAA696 (or 0xFAA696) is known color: Rose Bud. HEX triplet: FA, A6 and 96. RGB value is (250,166,150). Sum of RGB (Red+Green+Blue) = 250+166+150=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA696 is #055969. Grayscale: #BDBDBD. Windows color (decimal): -350570 or 9873146. OLE color: 9873146.

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

Color convert

RGB 250 166 150 -
CMYK 0 0.34 0.4 0.02
HSL 9.6º 0.91% 0.78% -
HSV(B) 9.6º 0.4% 0.98% -
XYZ 58.57 49.8 35.38 -
YUV 189.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 250 166 150 0 0.34 0.4 0.02 9.6 0.91 0.78
Hex FA A6 96 0 22 28 2 A 5B 4E
Octal 372 246 226 0 42 50 2 12 133 116
Binary 11111010 10100110 10010110 0 100010 101000 10 1010 1011011 1001110

Color Harmonies of #FAA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA696

Black with #FAA696

Text Example


Text Example

White with #FAA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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