Html Css Color HEX #FAA194 Rose Bud

📋 copy color: '#FAA194'

red 250 ◦ green 161 ◦ blue 148

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

Shades of Rose Bud #FAA194

Tints of Rose Bud #FAA194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.8%

 BLUE value IS 148 (58.2% from 255) = 26.48%

R = 44.72%
G = 28.8%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAA194 (or 0xFAA194) is known color: Rose Bud. HEX triplet: FA, A1 and 94. RGB value is (250,161,148). Sum of RGB (Red+Green+Blue) = 250+161+148=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA194 is #055E6B. Grayscale: #BABABA. Windows color (decimal): -351852 or 9740794. OLE color: 9740794.

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

Color convert

RGB 250 161 148 -
CMYK 0 0.36 0.41 0.02
HSL 7.65º 0.91% 0.78% -
HSV(B) 7.65º 0.41% 0.98% -
XYZ 57.51 47.95 34.24 -
YUV 186.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 250 161 148 0 0.36 0.41 0.02 7.65 0.91 0.78
Hex FA A1 94 0 24 29 2 8 5B 4E
Octal 372 241 224 0 44 51 2 10 133 116
Binary 11111010 10100001 10010100 0 100100 101001 10 1000 1011011 1001110

Color Harmonies of #FAA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA194

Black with #FAA194

Text Example


Text Example

White with #FAA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA194; }

 p { color: rgb(250,161,148); }

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

background-color css

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

 a { background-color: rgb(250,161,148); }

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

border-color css

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

 span { border-color: rgb(250,161,148); }

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