Html Css Color HEX #FAA692 Rose Bud

📋 copy color: '#FAA692'

red 250 ◦ green 166 ◦ blue 146

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

Shades of Rose Bud #FAA692

Tints of Rose Bud #FAA692

RGB

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

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

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

R = 44.48%
G = 29.54%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAA692 (or 0xFAA692) is known color: Rose Bud. HEX triplet: FA, A6 and 92. RGB value is (250,166,146). Sum of RGB (Red+Green+Blue) = 250+166+146=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA692 is #05596D. Grayscale: #BDBDBD. Windows color (decimal): -350574 or 9611002. OLE color: 9611002.

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

Color convert

RGB 250 166 146 -
CMYK 0 0.34 0.42 0.02
HSL 11.54º 0.91% 0.78% -
HSV(B) 11.54º 0.42% 0.98% -
XYZ 58.25 49.67 33.71 -
YUV 188.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 250 166 146 0 0.34 0.42 0.02 11.54 0.91 0.78
Hex FA A6 92 0 22 2A 2 C 5B 4E
Octal 372 246 222 0 42 52 2 14 133 116
Binary 11111010 10100110 10010010 0 100010 101010 10 1100 1011011 1001110

Color Harmonies of #FAA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA692

Black with #FAA692

Text Example


Text Example

White with #FAA692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA692; }

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

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

background-color css

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

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

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

border-color css

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

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

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